diff options
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..8d012873 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[android-password-store.main] +file_filter = app/src/main/res/values-<lang>/strings.xml +minimum_perc = 0 +source_file = app/src/main/res/values/strings.xml +source_lang = en +type = ANDROID |