From 50ad135c9269372236ade1070b2665450d35aa68 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 4 Aug 2023 11:58:15 +0200 Subject: update store translations --- scripts/prepareForTx.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/prepareForTx.py') 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": -- cgit v1.2.3