forked from organicmaps/organicmaps
Use "Name in local language" instead of "Native for each country"
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
1acc740ad5
commit
5d2f544e9b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace
|
|||
// Note that it's not feasible to increase languages number here due to current encoding (6 bit to
|
||||
// store language code).
|
||||
std::array<StringUtf8Multilang::Lang, StringUtf8Multilang::kMaxSupportedLanguages> const kLanguages = {{
|
||||
{"default", "Native for each country", {"Any-Latin"}},
|
||||
{"default", "Name in local language", {"Any-Latin"}},
|
||||
{"en", "English", {}},
|
||||
{"ja", "日本語", {}},
|
||||
{"fr", "Français", {}},
|
||||
|
|
Loading…
Add table
Reference in a new issue