From dfdb515904b9c57abbab0e9135d8906ad819b4f3 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 16 Sep 2020 12:02:28 +1000 Subject: [PATCH] locale tools, map indonesia `in` mobile locale to our `id` --- tools/mapAndroidTranslationsToDesktop.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/mapAndroidTranslationsToDesktop.py b/tools/mapAndroidTranslationsToDesktop.py index 5d69e6e32..a49a0ca7e 100755 --- a/tools/mapAndroidTranslationsToDesktop.py +++ b/tools/mapAndroidTranslationsToDesktop.py @@ -16,7 +16,8 @@ ALLOWED_ITEM_KEYS = ['message', 'description', 'comment', 'placeholders', 'andro SPECIFIC_LOCALES_MAPPING = { 'zh_CN': 'zh-rCN', - 'pt_BR': 'pt-rBR' + 'pt_BR': 'pt-rBR', + 'id': 'in' } if len(sys.argv) != 3: