diff options
author | cyberta <cyberta@riseup.net> | 2023-08-04 12:41:53 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-08-04 12:41:53 +0000 |
commit | 46bbdf33a07f65c51f93f51075c6b11b43bad4ee (patch) | |
tree | 6b985923e4e4831dfa5846178aeeb776e21123d3 /scripts | |
parent | 0f8784ecc74275e191d6a211267cbb7a13810d1a (diff) | |
parent | 50ad135c9269372236ade1070b2665450d35aa68 (diff) |
Merge branch 'store-listings' into 'master'
update store translations
See merge request leap/bitmask_android!253
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepareForTx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prepareForTx.py b/scripts/prepareForTx.py index c683c84a..ec4c7314 100755 --- a/scripts/prepareForTx.py +++ b/scripts/prepareForTx.py @@ -15,6 +15,7 @@ main_res_dir = "../app/src/main/res" custom_res_dir = "../app/src/custom/res" # List all valid locale folders in the res directory +# We don't want to create a translated store listing without localized app def list_locales(app_type): locales = [] if app_type == "main": |