mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
Transifex translation support
This commit is contained in:
parent
028d17de57
commit
0c39cda95b
8
.tx/config
Normal file
8
.tx/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[main]
|
||||||
|
host = https://www.transifex.com
|
||||||
|
|
||||||
|
[silverstripe-dms.master]
|
||||||
|
file_filter = lang/<lang>.yml
|
||||||
|
source_file = lang/en.yml
|
||||||
|
source_lang = en
|
||||||
|
type = YML
|
16
README.md
16
README.md
@ -115,4 +115,18 @@ Note: Both operations copy the existing file.
|
|||||||
// Removing tags is abstracted as well
|
// Removing tags is abstracted as well
|
||||||
$doc->removeTag('category', 'keyboard');
|
$doc->removeTag('category', 'keyboard');
|
||||||
$doc->removeTag('category', 'input device');
|
$doc->removeTag('category', 'input device');
|
||||||
$doc->removeAllTags();
|
$doc->removeAllTags();
|
||||||
|
|
||||||
|
## 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-dms/](https://www.transifex.com/projects/p/silverstripe-dms/) 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.
|
Loading…
Reference in New Issue
Block a user