diff options
author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2014-06-18 23:14:08 +0400 |
---|---|---|
committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2014-06-18 23:14:08 +0400 |
commit | 124d8e81235b34f65541f060e23c5079411c17fc (patch) | |
tree | 8aa8a72a9dd2f419ae00f5f7b28f7472f3cb4c9d /README.md | |
parent | 1dbee71619c40942d18c81fe17111a7912c32a71 (diff) | |
download | appstream-glib-124d8e81235b34f65541f060e23c5079411c17fc.tar.gz |
trivial: add section to README.md about translations
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -42,6 +42,17 @@ New functionality or crash fixes should include a test in `libappstream-builder/ to ensure we don't regress in the future. New functionality should also be thread safe and also not leak *any* memory for success or failure cases. +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/appstream-glib/](https://www.transifex.com/projects/p/appstream-glib/) to contribute translations, +rather than sending pull requests. + appstream-builder ================= |