diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2014-03-02 15:29:55 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2014-03-02 15:29:55 -0800 |
commit | f6280444d538ce7213ef5f8f7caf59c6f3e8e4ea (patch) | |
tree | 1fe89c710fcd4fa1b847b5a3759f37fa005d6a5c /.tx | |
parent | 399b81a99d023ee597415ecb9e3d4c6a35eb1733 (diff) | |
parent | eb9ae4092fe7d7d2c16e5858bf7d86c54e0ec27d (diff) |
Merge branch 'feature/transifex-configuration' into develop
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..08f7fd2b --- /dev/null +++ b/.tx/config @@ -0,0 +1,10 @@ +[main] +host = https://www.transifex.com + +[bitmask-android.strings] +source_lang = en +source_file = res/values/strings.xml +file_filter = res/values-<lang>/strings.xml +trans.zh_CN = res/values-zh-rCN/strings.xml +trans.zh_TW = res/values-zh-rTW/strings.xml + |