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
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-10-19 06:57:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-10-22 10:09:18 +0300
commit2fa5ed29f1250346f9adc3efa6be8e94d44980b0 (patch)
treef41587dd5f66f16b6ce851518e236a1f2d472740 /coding/multilang_utf8_string.cpp
parent6b1d28eda86c9a14416a24de41947ddc9b8dd657 (diff)
Minor improvements & comments.
Diffstat (limited to 'coding/multilang_utf8_string.cpp')
-rw-r--r--coding/multilang_utf8_string.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/coding/multilang_utf8_string.cpp b/coding/multilang_utf8_string.cpp
index 7ce1325830..f27930a769 100644
--- a/coding/multilang_utf8_string.cpp
+++ b/coding/multilang_utf8_string.cpp
@@ -2,6 +2,11 @@
#include "defines.hpp"
+// TODO(AlexZ): Review and replace invalid languages which does not map correctly to
+// iOS/Android locales/UI by valid and more popular ones.
+// Languages below were choosen after sorting name:<lang> tags in 2011.
+// Note, that it's not feasible to increase languages number here due to
+// our current encoding (6 bit to store language code).
static char const * gLangs[] = {
"default",
"en", "ja", "fr", "ko_rm", "ar", "de", "int_name", "ru", "sv", "zh", "fi", "be", "ka", "ko",