From 2d65bd373cfe079f747ccff33702475d313313e6 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 26 Sep 2014 12:28:15 +0000 Subject: [PATCH] Configure Transifex for client library strings --- .tx/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tx/config b/.tx/config index 1bc82f48f..54a2f9f4b 100644 --- a/.tx/config +++ b/.tx/config @@ -9,3 +9,10 @@ source_lang = en type = ANDROID minimum_perc = 50 +[I2P.android_lib_client] +file_filter = client/src/main/res/values-<lang>/strings.xml +source_file = client/src/main/res/values/strings.xml +source_lang = en +type = ANDROID +minimum_perc = 50 + -- GitLab