From 617a460e723adbeeeeabd6b728c9d4643b817457 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 11 Jul 2023 17:41:58 +0200 Subject: update transifex, new api --- .tx/config | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to '.tx/config') diff --git a/.tx/config b/.tx/config index 197fe03a..55ce7bef 100644 --- a/.tx/config +++ b/.tx/config @@ -1,18 +1,19 @@ [main] -host = https://www.transifex.com +host = https://rest.api.transifex.com -lang_map = es_AR: es-rAR, fa_IR: fa-rIR, kn_IN: kn-rIN, pt_BR: pt-rBR, pt_PT: pt-rPT, zh: zh-rCN, zh_TW: zh-rTW, nb: no +lang_map = zh: zh-rCN, zh_TW: zh-rTW, nb: no -[bitmask.strings] -file_filter = app/src/main/res/values-/strings.xml -minimum_perc = 75 -source_file = app/src/main/res/values/strings.xml -source_lang = en -type = ANDROID +[o:otf:p:bitmask:r:bitmask-playstore-listing] +source_file = se.leap.bitmasakclient.json +type = KEYVALUEJSON +resource_name = Bitmask details in Appstore +file_filter = bitmaskclient/google/-strings.json +minimum_perc = 96 + +[o:otf:p:bitmask:r:riseupvpn-playstore-listing] +source_file = se.leap.riseupvpn-desc.json +type = KEYVALUEJSON +resource_name = RiseupVPN details in Appstore +file_filter = riseupvpn/google/-strings.json +minimum_perc = 96 -[bitmask.riseupvpn] -file_filter = app/src/custom/res/values-/strings.xml -minimum_perc = 75 -source_file = app/src/custom/res/values/strings.xml -source_lang = en -type = ANDROID -- cgit v1.2.3 From f1f70d33c76acc3f437a563235d2989ab500d7c2 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 14 Jul 2023 12:45:58 +0200 Subject: update translations --- .tx/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tx/config') diff --git a/.tx/config b/.tx/config index 55ce7bef..fb2da86d 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://rest.api.transifex.com -lang_map = zh: zh-rCN, zh_TW: zh-rTW, nb: no +lang_map = es_AR: es-rAR, fa_IR: fa-rIR, kn_IN: kn-rIN, pt_BR: pt-rBR, pt_PT: pt-rPT, zh: zh-rCN, zh_TW: zh-rTW, nb: no [o:otf:p:bitmask:r:bitmask-playstore-listing] source_file = se.leap.bitmasakclient.json -- cgit v1.2.3 From f1a8d894579b77f96e333d8621fa5e9e8999e838 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Tue, 18 Jul 2023 17:06:34 +0200 Subject: Add Turkish and Dutch, fix .tx flow --- .tx/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.tx/config') diff --git a/.tx/config b/.tx/config index fb2da86d..66127f4a 100644 --- a/.tx/config +++ b/.tx/config @@ -7,13 +7,13 @@ lang_map = es_AR: es-rAR, fa_IR: fa-rIR, kn_IN: kn-rIN, pt_BR: pt-rBR, pt_PT: pt source_file = se.leap.bitmasakclient.json type = KEYVALUEJSON resource_name = Bitmask details in Appstore -file_filter = bitmaskclient/google/-strings.json +file_filter = src/normal/fastlane/metadata//store-meta-.json minimum_perc = 96 [o:otf:p:bitmask:r:riseupvpn-playstore-listing] source_file = se.leap.riseupvpn-desc.json type = KEYVALUEJSON resource_name = RiseupVPN details in Appstore -file_filter = riseupvpn/google/-strings.json +file_filter = src/custom/fastlane/metadata//store-meta-.json minimum_perc = 96 -- cgit v1.2.3 From 801f19a741ee1d41e8d32cea1267af93b927e955 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Thu, 27 Jul 2023 13:43:02 +0200 Subject: update mr 250 --- .tx/config | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.tx/config') diff --git a/.tx/config b/.tx/config index 66127f4a..37fa2eba 100644 --- a/.tx/config +++ b/.tx/config @@ -3,6 +3,22 @@ host = https://rest.api.transifex.com lang_map = es_AR: es-rAR, fa_IR: fa-rIR, kn_IN: kn-rIN, pt_BR: pt-rBR, pt_PT: pt-rPT, zh: zh-rCN, zh_TW: zh-rTW, nb: no +[o:otf:p:bitmask:r:bitmask] +file_filter = app/src/main/res/values-/strings.xml +minimum_perc = 75 +source_file = app/src/main/res/values/strings.xml +source_lang = en +type = ANDROID +resource_name = Bitmask Android + +[o:otf:p:bitmask:r:riseupvpn] +file_filter = app/src/custom/res/values-/strings.xml +minimum_perc = 75 +source_file = app/src/custom/res/values/strings.xml +source_lang = en +type = ANDROID +resource_name = RiseupVPN Android + [o:otf:p:bitmask:r:bitmask-playstore-listing] source_file = se.leap.bitmasakclient.json type = KEYVALUEJSON @@ -16,4 +32,3 @@ type = KEYVALUEJSON resource_name = RiseupVPN details in Appstore file_filter = src/custom/fastlane/metadata//store-meta-.json minimum_perc = 96 - -- cgit v1.2.3