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>2017-07-04 19:14:50 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-07-18 16:24:09 +0300
commite1b95de53bba7ec295b83587832806e21fa74b45 (patch)
treec17d614a42c95f354fdcc9d80c87569a3b16835c /tools
parenta47243468a8d00b26999c3fbf2050f8c70305cb6 (diff)
Added pt-BR after PT in sorting order
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 4abfd37e6f..efffd1f381 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", "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"]
+ITUNES_LANGS = ["en", "en-GB", "ru", "ar", "cs", "da", "nl", "fi", "fr", "de", "hu", "id", "it", "ja", "ko", "nb", "pl", "pt", "pt-BR", "ro", "sl", "es", "sv", "th", "tr", "uk", "vi", "zh-Hans", "zh-Hant"]
SIMILARITY_THRESHOLD = 20.0 #%