silverstripe / translatable
Allows translation of DataObject and SiteTree records into multiple languages
Installs: 163 183
Dependents: 11
Suggesters: 1
Security: 0
Stars: 54
Watchers: 18
Forks: 80
Open Issues: 0
Type:silverstripe-module
Requires
- php: >=5.3.2
- silverstripe/cms: ~3.2
- silverstripe/framework: ~3.2
Requires (Dev)
- phpunit/phpunit: ~3.7@stable
- silverstripe/mssql: *
- silverstripe/postgresql: *
- silverstripe/sqlite3: *
This package is auto-updated.
Last update: 2024-10-29 04:04:15 UTC
README
Silverstripe Translatable is only compatible with Silverstripe CMS 3. Silverstripe CMS 3 has entered limited support in June 2018. This means we'll only be fixing critical bugs and security issues for Silverstripe CMS 3 going forward. This applies to Translatable as well.
silverstripe/fluent
is the recommended alternative for Silverstripe CMS 4.
Translatable module for SilverStripe CMS
Introduction
Allows translation of DataObject and SiteTree records into multiple languages.
Usage
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/silverstripe/silverstripe-translatable/ to contribute translations, rather than sending pull requests with YAML files.
See the "i18n" topic on doc.silverstripe.org for more details.