Transifex translation support

This commit is contained in:
Ingo Schommer 2013-07-08 12:30:07 +02:00
parent 5109f80ed9
commit f4a7488fcc
2 changed files with 23 additions and 1 deletions

8
.tx/config Normal file
View File

@ -0,0 +1,8 @@
[main]
host = https://www.transifex.com
[silverstripe-translatable.master]
file_filter = lang/<lang>.yml
source_file = lang/en.yml
source_lang = en
type = YML

View File

@ -18,4 +18,18 @@ Note: This module was originally part of the SilverStripe CMS 2.x codebase.
## Maintainers ##
* Ingo Schommer <ingo at silverstripe dot com>
* Ingo Schommer <ingo at silverstripe dot com>
## 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-widgets/](https://www.transifex.com/projects/p/silverstripe-widgets/) to contribute translations,
rather than sending pull requests with YAML files.
See the ["i18n" topic](http://doc.silverstripe.org/framework/en/trunk/topics/i18n) on doc.silverstripe.org for more details.