summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2014-02-28 15:23:03 -0800
committerSean Leonard <meanderingcode@aetherislands.net>2014-03-02 15:29:33 -0800
commit70e5c3dfc201d1b10038b7d6a55d05b85d0e4f0f (patch)
tree277196eda8b028f80b555eb7f29344b42298e42c
parent399b81a99d023ee597415ecb9e3d4c6a35eb1733 (diff)
Transifex configuration
-rw-r--r--.tx/config10
-rw-r--r--README.md2
2 files changed, 12 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
+
diff --git a/README.md b/README.md
index 1609d0ce..4816041b 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ This project uses code from [ics-openvpn project](https://code.google.com/p/ics-
Please fork this repository and contribute back using
[pull requests](https://github.com/leapcode/leap_android/pulls).
+Our preferred method for receiving translations is our [Transifex project](https://www.transifex.com/projects/p/bitmask-android).
+
Any contributions, large or small, major features, bug fixes, additional
language translations, unit/integration tests are welcomed and appreciated
but will be thoroughly reviewed and discussed.