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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-10-15 15:46:14 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-10-15 15:46:14 +0300
commitd320676ef8249d71bc6360fc1288671a5584b25a (patch)
treef119b6fa6bbe77ecb0a0b7cc59bb1e4923dccb36 /sound/tts/languages.hpp
parent704dcd0c9dccac25d4317d48ce462ceda120570a (diff)
Adding autogenereated languages.hpp for TTS supported languages.
Diffstat (limited to 'sound/tts/languages.hpp')
-rw-r--r--sound/tts/languages.hpp49
1 files changed, 49 insertions, 0 deletions
diff --git a/sound/tts/languages.hpp b/sound/tts/languages.hpp
new file mode 100644
index 0000000000..fd15d10622
--- /dev/null
+++ b/sound/tts/languages.hpp
@@ -0,0 +1,49 @@
+#pragma once
+
+#include "std/array.hpp"
+#include "std/string.hpp"
+
+// This file is autogenerated while exporting sounds.csv from the google table.
+// It contains the list of languages which can be used by TTS.
+// It shall be included to Android(jni) and iOS part to get the languages list.
+
+namespace routing
+{
+namespace turns
+{
+namespace sound
+{
+array<string, 28> const kLanguageList =
+{{
+ "en",
+ "ru",
+ "pl",
+ "sv",
+ "tr",
+ "fr",
+ "nl",
+ "de",
+ "ar",
+ "el",
+ "it",
+ "cs",
+ "hu",
+ "ro",
+ "ja",
+ "da",
+ "es",
+ "fi",
+ "hi",
+ "hr",
+ "in",
+ "ko",
+ "pt",
+ "sk",
+ "sw",
+ "th",
+ "zh-Hant",
+ "zh-Hans"
+}};
+} // namespace sound
+} // namespace turns
+} // namespace routing