mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
02d5be1064
SS3.2.0 enables RECOVERABLE_ERRORs to get shown which breaks showing of Settings tab in translations of SiteTree objects. |
||
---|---|---|
_config | ||
.tx | ||
code | ||
css | ||
docs/en | ||
javascript | ||
lang | ||
tests | ||
_config.php | ||
.editorconfig | ||
.travis.yml | ||
composer.json | ||
LICENSE | ||
README.md |
Translatable module for SilverStripe CMS
Introduction
Allows translation of DataObject and SiteTree records into multiple languages.
Usage
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.