From d11f8e4e07844fa805ba40d8d63d2c2f2c888003 Mon Sep 17 00:00:00 2001 From: Boris Timofeev Date: Fri, 13 Jan 2017 00:01:44 +0300 Subject: [PATCH] Add Transifex config --- .tx/config | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..782cfb5 --- /dev/null +++ b/.tx/config @@ -0,0 +1,32 @@ +[main] +host = https://www.transifex.com + +[unipatcher.strings_xml] +file_filter = app/src/main/res/values-/strings.xml +source_file = app/src/main/res/values/strings.xml +source_lang = en +type = ANDROID + +[unipatcher.about_md] +file_filter = app/src/main/res/raw-/about.md +source_file = app/src/main/res/raw/about.md +source_lang = en +type = TXT + +[unipatcher.faq_md] +file_filter = app/src/main/res/raw-/faq.md +source_file = app/src/main/res/raw/faq.md +source_lang = en +type = TXT + +[unipatcher.changelog_md] +file_filter = app/src/main/res/raw-/changelog.md +source_file = app/src/main/res/raw/changelog.md +source_lang = en +type = TXT + +[unipatcher.google-play_txt] +file_filter = google-play//google-play.txt +source_file = google-play/en/google-play.txt +source_lang = en +type = TXT