From dd3879414f3ed28718ba84146a7e2424563ec3bf Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 28 May 2015 11:21:01 +0000 Subject: [PATCH] Added Transifex config, renamed id -> in --- .tx/config | 25 +++++++++++++++++++ .../res/{values-id => values-in}/strings.xml | 0 2 files changed, 25 insertions(+) create mode 100644 .tx/config rename app/src/main/res/{values-id => values-in}/strings.xml (100%) diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..a0ed3ee --- /dev/null +++ b/.tx/config @@ -0,0 +1,25 @@ +[main] +host = https://www.transifex.com +lang_map = he: iw, id: in, pt_BR: pt-rBR, ru_RU: ru, sv_SE: sv, tr_TR: tr, uk_UA: uk, yi: ji, zh_CN: zh + +[I2P.android_bote] +file_filter = app/src/main/res/values-/strings.xml +source_file = app/src/main/res/values/strings.xml +source_lang = en +type = ANDROID +minimum_perc = 50 + +[I2P.android_bote_help_start] +file_filter = app/src/main/res/raw-/help_start.html +source_file = app/src/main/res/raw/help_start.html +source_lang = en +type = HTML +minimum_perc = 50 + +[I2P.android_bote_help_identities] +file_filter = app/src/main/res/raw-/help_identities.html +source_file = app/src/main/res/raw/help_identities.html +source_lang = en +type = HTML +minimum_perc = 50 + diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-in/strings.xml similarity index 100% rename from app/src/main/res/values-id/strings.xml rename to app/src/main/res/values-in/strings.xml