Go to file
2013-01-22 11:59:46 -08:00
code BUG Refactored updateCMSFields() logic (can be called repeatedly) 2013-01-17 12:19:59 +01:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Correct example for adding a new locale. 2013-01-10 00:41:54 +01:00
javascript ENHANCEMENT: Add language dropdown for link form 2012-11-12 15:48:06 +02:00
lang Dutch language 2013-01-22 10:40:11 -08:00
tests NEW Make it easier to show original values for custom fields. 2013-01-10 00:35:59 +01:00
_config.php ENHANCEMENT: Add language dropdown for link form 2012-11-12 15:48:06 +02:00
.travis.yml Removing SQLite3 support from travis 2012-10-31 00:27:09 +01:00
composer.json Relaxed version requirements to allow newer version 2012-11-03 15:09:08 +13:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md Documentation link fixed 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