diff options
author | cyberta <cyberta@riseup.net> | 2023-08-01 12:19:53 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-08-01 12:19:53 +0000 |
commit | 0f8784ecc74275e191d6a211267cbb7a13810d1a (patch) | |
tree | 90aae58fe59b88f651b07255b0c691dc0593c0b9 /.tx/config | |
parent | a27fc2100f1aa826843c3fd61313d3e5858c23ca (diff) | |
parent | 13fb934130f71ba53f3ea2dce21e8886e539878c (diff) |
Merge branch 'appstore-meta' into 'master'
Add store listing data
See merge request leap/bitmask_android!250
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -1,18 +1,34 @@ [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 -[bitmask.strings] +[o:otf:p:bitmask:r:bitmask] file_filter = app/src/main/res/values-<lang>/strings.xml minimum_perc = 75 source_file = app/src/main/res/values/strings.xml source_lang = en type = ANDROID +resource_name = Bitmask Android -[bitmask.riseupvpn] +[o:otf:p:bitmask:r:riseupvpn] file_filter = app/src/custom/res/values-<lang>/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 +resource_name = Bitmask details in Appstore +file_filter = src/normal/fastlane/metadata/<lang>/store-meta-<lang>.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 = src/custom/fastlane/metadata/<lang>/store-meta-<lang>.json +minimum_perc = 96 |