Jeremy Thomerson f4e5137392 FIX: make getTranslations work even when translation classes differ
Even though it is an edge-case, some sites may allow translation groups to be
composed of different classes.  In that case, Translatable->getTranslations()
should still work.

Also, this commit adds a helper function for testing two array for equality
where you don't care about the order of the elements.  This cleaned up a lot
of copy and paste boilerplate code that was sorting arrays to test.
2013-06-06 02:59:51 +00:00
2013-01-22 10:40:11 -08:00
2013-02-28 00:58:53 +01:00
2013-04-29 11:07:50 +02:00
2013-03-28 15:28:21 +01:00
2012-10-30 14:01:24 +02:00

Translatable module for SilverStripe CMS

Build Status

Introduction

Allows translation of DataObject and SiteTree records into multiple languages. Note: This module was originally part of the SilverStripe CMS 2.x codebase.

Usage

Setup and Usage Documentation

Requirements

  • SilverStripe Framework 3.0+ and CMS 3.0+
  • Note: For SilverStripe 2.3/2.4 support, please use the core built-in version (no module required)

Maintainers

  • Ingo Schommer
Description
No description provided
Readme 2.7 MiB
Languages
PHP 97%
JavaScript 2.4%
CSS 0.6%