From 5f2c9ba6736ac64c2af688fa9bfc365003aa99d1 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sat, 31 Jul 2021 00:29:26 +0300 Subject: [PATCH] [mobile] opened option to merge translations --- translation/check_mobile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/check_mobile.py b/translation/check_mobile.py index 65e5bccf77..d575e5ae79 100644 --- a/translation/check_mobile.py +++ b/translation/check_mobile.py @@ -4,7 +4,7 @@ import os.path lost_key_count, sum_key_count = 0, 0 -merge_dicts = False +merge_dicts = True verbose_out = False #path_to_compare = "../apps/documenteditor/mobile/locale" path_to_compare = "../apps"