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:
authorMaxim Pimenov <m@maps.me>2018-12-12 20:17:50 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-12-13 13:19:18 +0300
commit5bd46a0144339fb35e9c1cba55050dcdadc7a67f (patch)
treed4673f294b7a47a1fed0c56a3d17c6193ed11b3a /platform
parentf07de9288b85b7d7952801383b7fa3c20756de5b (diff)
[coding] Renamed the StringUtf8Multilang files.
Also added some documentation on how StringUtf8Multilang is stored.
Diffstat (limited to 'platform')
-rw-r--r--platform/preferred_languages.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/preferred_languages.hpp b/platform/preferred_languages.hpp
index 679a9eb75f..6f5e8ce876 100644
--- a/platform/preferred_languages.hpp
+++ b/platform/preferred_languages.hpp
@@ -19,9 +19,9 @@ string GetCurrentTwine();
/// @return Normalized language code for the current user in the form "en", "zh".
//@{
-/// Returned languages are normalized to our supported languages in the core, see multilang_utf8_string.cpp
-/// and should not be used with any sub-locales like zh-Hans/zh-Hant.
-/// Some langs like Danish (da) are not supported in the core too, but used as a locale.
+/// Returned languages are normalized to our supported languages in the core, see
+/// string_utf8_multilang.cpp and should not be used with any sub-locales like zh-Hans/zh-Hant. Some
+/// langs like Danish (da) are not supported in the core too, but used as a locale.
string Normalize(string const & lang);
string GetCurrentNorm();
//@}