mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
Priyashantha
7bed02e286
Update Translatable::MetaTags()
There was an issue which causes `No return tags` issue in hreflang tags added in pages when the page link contains get params. This link answer https://webmasters.stackexchange.com/questions/110458/how-to-avoid-hreflang-return-errors-with-url-that-contain-parameters?answertab=votes#tab-top suggests just add a canonical tag for the original page rather than adding hreflang tags.
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 docs.silverstripe.org for more details.
Description
Languages
PHP
97%
JavaScript
2.4%
CSS
0.6%