mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
3acb8b9fba
CMSEditLink() was changed to always add a locale, but the link creation for "Existing Translations" in Translatable#updateCMSFields assumed there was no query string on the end of CMSEditLink()s return value Note that youll still end up with duplicate locale parameters after this patch, but it will work as PHP always takes the last parameter for preference. A seperate patch for Controller::join_links will fix the duplicate parameters |
||
---|---|---|
_config | ||
.tx | ||
code | ||
css | ||
docs/en | ||
javascript | ||
lang | ||
tests | ||
_config.php | ||
.travis.yml | ||
composer.json | ||
LICENSE | ||
README.md |
Translatable module for SilverStripe CMS
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
Requirements
- SilverStripe Framework 3.1+ and CMS 3.1+
- Note: For SilverStripe 2.3/2.4 support, please use the core built-in version (no module required)
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.