Go to file
Ingo Schommer d9cf71b91b Consistently add Locale to test fixtures (fixes #223)
Technically this should be fixed by changing the logic
in Translatable::get_extra_config(), which modifies the 'defaults'
configuration on the objects it applies to. Since this is called
very early during the configuration bootstrap, it sets whatever
the current value of Translatable::get_default_locale() is there.
Any changes at a later time don't affect newly created objects,
even Translatable::reset() doesn't alter the initially configured 'defaults'.
2016-05-19 12:50:42 +12: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 pull request #231 from micmania1/cms-dependency 2016-03-07 15:40:26 +00:00
css ENHANCEMENT Better visual hierarchy in CMS for translated objects. 2012-11-13 16:03:23 +10:00
docs/en DOCS Added user guide 2016-01-13 22:58:33 +13:00
javascript Update HtmlEditorField.Translatable.js 2016-03-09 15:49:19 +00:00
lang Update translations 2016-05-18 16:58:44 +12:00
tests Consistently add Locale to test fixtures (fixes #223) 2016-05-19 12:50:42 +12:00
_config.php Readded _config.php 2013-02-28 00:58:53 +01:00
.travis.yml Add tests for 3.2 and php 5.6 2015-10-30 17:59:48 +13:00
changelog.md Updated changelog for 2.1.1 release 2016-02-04 17:56:03 +13:00
composer.json Fixed 3.x deprecations, updated dep from 3.1 to 3.2 2015-04-29 18:56:06 +12:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md Updated Travis build status branch 2015-04-29 19:19:03 +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 3.2+ and CMS 3.2+

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.