diff options
Diffstat (limited to 'scripts/prepareForTx.py')
-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": |