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/coding
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-28 15:13:43 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-30 14:54:35 +0300
commit2d5a2fd236c095bc1053a12fa4f4862e4b3693a6 (patch)
treeebc9451314214f404b3b68acbc4aee8382c228c6 /coding
parentddadc1d8d44e4d1eea916a1f464b63204d51dad2 (diff)
Don't use transliteration for Japanese language.
Diffstat (limited to 'coding')
-rw-r--r--coding/multilang_utf8_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/multilang_utf8_string.cpp b/coding/multilang_utf8_string.cpp
index 107655bca9..369ffdb9a0 100644
--- a/coding/multilang_utf8_string.cpp
+++ b/coding/multilang_utf8_string.cpp
@@ -11,7 +11,7 @@ namespace
// our current encoding (6 bit to store language code).
StringUtf8Multilang::Languages const g_languages = {{
{"default", "Native for each country", "Any-Latin"},
- {"en", "English", ""}, {"ja", "日本語", "Any-Latin"}, {"fr", "Français", ""},
+ {"en", "English", ""}, {"ja", "日本語", ""}, {"fr", "Français", ""},
{"ko_rm", "Korean (Romanized)", "Korean-Latin/BGN"}, {"ar", "العربية", "Any-Latin"},
{"de", "Deutsch", ""}, {"int_name", "International (Latin)", "Any-Latin"},
{"ru", "Русский", "Russian-Latin/BGN"}, {"sv", "Svenska", "Any-Latin"},