Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-09-08 18:16:36 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-09 17:17:05 +0300
commite2f058f59d4f51e4d1463cc75677232377a4bf0f (patch)
tree31eb9a26b68457b4cdee0597a72a2483d1bb8b34 /tools
parent07361a32e17357c3425b1e41b1b3e06afb7f7202 (diff)
Modified strings.txt formatter to place en-GB after en.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/python/find_untranslated_strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/find_untranslated_strings.py b/tools/python/find_untranslated_strings.py
index 80708f8c94..51084e4a00 100755
--- a/tools/python/find_untranslated_strings.py
+++ b/tools/python/find_untranslated_strings.py
@@ -14,7 +14,7 @@ MANY_DOTS = re.compile(r"\.{4,}")
SPACE_PUNCTUATION = re.compile(r"\s[.,?!:;]")
PLACEHOLDERS = re.compile(r"(%\d*\$@|%[@dqus]|\^)")
-ITUNES_LANGS = ["en", "ru", "ar", "cs", "da", "nl", "fi", "fr", "de", "hu", "id", "it", "ja", "ko", "nb", "pl", "pt", "ro", "sl", "es", "sv", "th", "tr", "uk", "vi", "zh-Hans", "zh-Hant"]
+ITUNES_LANGS = ["en", "en-GB", "ru", "ar", "cs", "da", "nl", "fi", "fr", "de", "hu", "id", "it", "ja", "ko", "nb", "pl", "pt", "ro", "sl", "es", "sv", "th", "tr", "uk", "vi", "zh-Hans", "zh-Hant"]
SIMILARITY_THRESHOLD = 20.0 #%