Browse Source

Add the Transifex configuration file.

master
Reece H. Dunn 12 years ago
parent
commit
981151df67
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      .tx/config

+ 13
- 0
.tx/config View File

@@ -0,0 +1,13 @@
[main]
host = https://www.transifex.com

[espeak-for-android.stringsxml]
file_filter = android/res/values-<lang>/strings.xml
source_lang = en
trans.en_GB = android/res/values-en-rGB/strings.xml
trans.es_419 = android/res/values-es-rUS/strings.xml
trans.he = android/res/values-iw/strings.xml
trans.pt_PT = android/res/values-pt-rPT/strings.xml
trans.zh_CN = android/res/values-zh-rCN/strings.xml
trans.zh_TW = android/res/values-zh-rTW/strings.xml


Loading…
Cancel
Save