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/sound/tts
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-10-26 16:39:16 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-10-26 16:39:16 +0300
commit064b988900e00e64973bc66550d991e1affc8e70 (patch)
tree2b86e9963192a1c57bf9600d3909a4ae19e0a94c /sound/tts
parenta089ee9fc75a43f24cd6229426d51c35585b4041 (diff)
Sorting lexicographically languages in languages.hpp. Generated.
Diffstat (limited to 'sound/tts')
-rw-r--r--sound/tts/languages.hpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/sound/tts/languages.hpp b/sound/tts/languages.hpp
index 44e89acbb0..382a633d7d 100644
--- a/sound/tts/languages.hpp
+++ b/sound/tts/languages.hpp
@@ -15,34 +15,34 @@ namespace sound
{
array<string, 28> const kLanguageList =
{{
- "en",
- "ru",
- "pl",
- "sv",
- "tr",
- "fr",
- "nl",
- "de",
"ar",
- "el",
- "it",
"cs",
- "hu",
- "ro",
- "ja",
"da",
+ "de",
+ "el",
+ "en",
"es",
"fi",
+ "fr",
"hi",
"hr",
+ "hu",
"id",
+ "it",
+ "ja",
"ko",
+ "nl",
+ "pl",
"pt",
+ "ro",
+ "ru",
"sk",
+ "sv",
"sw",
"th",
- "zh-Hant",
- "zh-Hans"
+ "tr",
+ "zh-Hans",
+ "zh-Hant"
}};
} // namespace sound
} // namespace turns