Go to file
2015-11-19 12:04:37 +00:00
_config FIX support disabled locale filter for delayed querying 2013-06-01 14:14:54 +00:00
.tx Transifex translation support 2013-07-08 12:30:07 +02:00
code Merge branch 2.1 2015-11-03 21:47:49 +00:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en Merge remote-tracking branch 'origin/2.1' 2015-04-30 08:51:21 +12:00
javascript Consistently use uppercase "Locale" GET param 2015-06-01 20:54:04 +12:00
lang Update translations 2015-08-20 12:47:37 +12:00
tests BUGFIX support for dropdowns of has_one relations 2014-05-21 14:39:07 +10:00
_config.php Readded _config.php 2013-02-28 00:58:53 +01:00
.editorconfig Adding .editorconfig 2014-12-04 15:51:29 +00:00
.gitattributes Added standard git attributes 2015-11-19 19:14:12 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2015-11-18 15:38:57 +13:00
.travis.yml Merge branch 2.1 2015-11-03 21:47:49 +00:00
composer.json Aliasing master branch to 2.2 2015-04-29 19:04:30 +12:00
license.md Added standard license 2015-11-19 18:32:50 +13:00
README.md Merge remote-tracking branch 'origin/2.1' 2015-04-30 08:51:21 +12:00

Translatable module for SilverStripe CMS

Build Status

Introduction

Allows translation of DataObject and SiteTree records into multiple languages.

Usage

Setup and Usage Documentation

Requirements

  • SilverStripe Framework 4.x (master) and CMS 4.x (master)

Maintainers

  • Ingo Schommer

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/projects/p/silverstripe-translatable/ to contribute translations, rather than sending pull requests with YAML files.

See the "i18n" topic on doc.silverstripe.org for more details.