diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-05-17 22:00:30 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-05-17 22:00:30 +0200 |
commit | efd120f55f3ac83c26b92f1d0b339c5a1861970f (patch) | |
tree | f52eab2ef6e97422e32522592cd5e71c512a0a2a /.tx/config | |
parent | 270f9e786931f9a3c1ae480532dac61e4d740e25 (diff) | |
download | AntennaPod-efd120f55f3ac83c26b92f1d0b339c5a1861970f.zip |
Added transifex project configuration
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 000000000..63bcb4a66 --- /dev/null +++ b/.tx/config @@ -0,0 +1,24 @@ +[main] +host = https://www.transifex.com + +[antennapod.english] +source_file = res/values/strings.xml +source_lang = en +trans.az = res/values-az/strings.xml +trans.ca = res/values-ca/strings.xml +trans.cs_CZ = res/values-cs-rCZ/strings.xml +trans.da = res/values-da/strings.xml +trans.de = res/values-de/strings.xml +trans.es = res/values-es/strings.xml +trans.es_ES = res/values-es-rES/strings.xml +trans.fr = res/values-fr/strings.xml +trans.it_IT = res/values-it-rIT/strings.xml +trans.pt = res/values-pt/strings.xml +trans.pt_BR = res/values-pt-rBR/strings.xml +trans.ro_RO = res/values-ro-rRO/strings.xml +trans.ru = res/values-ru/strings.xml +trans.ru-RU = res/values-ru/strings.xml +trans.ru_RU = res/values-ru/strings.xml +trans.uk_UA = res/values-uk-rUA/strings.xml +trans.zh_CN = res/values-zh-rCN/strings.xml + |