Browse Source

Add a translation resource mapping for id => android/res/values-in (Android uses the old, deprecated code for Indonesia).

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

+ 1
- 0
.tx/config View File

@@ -8,6 +8,7 @@ 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.id = android/res/values-in/strings.xml
trans.pt_BR = android/res/values-pt-rBR/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