mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[tts] Enable Lithuanian and Latvian
Co-authored-by: rimas <rimas@noreply.codeberg.org> Co-committed-by: rimas <rimas@noreply.codeberg.org>
This commit is contained in:
@@ -27,7 +27,7 @@ namespace routing::turns::sound
|
||||
* - All other variants default to `zh-Hans` (Simplified Chinese).
|
||||
*
|
||||
*/
|
||||
std::array<std::pair<std::string_view, std::string_view>, 40> constexpr kLanguageList = {{
|
||||
std::array<std::pair<std::string_view, std::string_view>, 42> constexpr kLanguageList = {{
|
||||
{"en", "English"},
|
||||
{"id", "Bahasa Indonesia"},
|
||||
{"ca", "Català"},
|
||||
@@ -44,6 +44,8 @@ std::array<std::pair<std::string_view, std::string_view>, 40> constexpr kLanguag
|
||||
{"hr", "Hrvatski"},
|
||||
{"it", "Italiano"},
|
||||
{"sw", "Kiswahili"},
|
||||
{"lv", "Latviešu"},
|
||||
{"lt", "Lietuvių"},
|
||||
{"hu", "Magyar"},
|
||||
{"nl", "Nederlands"},
|
||||
{"nb", "Norsk Bokmål"},
|
||||
|
||||
Reference in New Issue
Block a user