Go to file
Ingo Schommer 21707de1ee Readded _config.php 2013-02-28 00:58:53 +01:00
_config MINOR Move config to yaml 2013-02-19 12:19:59 +10:00
code NEW Better transformation of form fields (specifically CheckboxField) 2013-02-28 00:53:28 +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
.travis.yml Removing SQLite3 support from travis 2012-10-31 00:27:09 +01: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
_config.php Readded _config.php 2013-02-28 00:58:53 +01:00
composer.json 3.0 compatibibility (Object::has_extension) 2013-02-27 10:48:57 +01:00

README.md

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