diff options
author | kwadronaut <kwadronaut@autistici.org> | 2023-08-04 11:58:15 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@autistici.org> | 2023-08-04 11:58:15 +0200 |
commit | 50ad135c9269372236ade1070b2665450d35aa68 (patch) | |
tree | 6b985923e4e4831dfa5846178aeeb776e21123d3 /scripts | |
parent | 0f8784ecc74275e191d6a211267cbb7a13810d1a (diff) |
update store translations
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": |