mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Add new languages to Google Cloud TTS (#34334)
* New languages Arabic, Indian, Thailand, Mandarin * Reorder language codes
This commit is contained in:
parent
21e85ba9c5
commit
966cb14a38
@ -22,6 +22,9 @@ CONF_GAIN = "gain"
|
||||
CONF_PROFILES = "profiles"
|
||||
|
||||
SUPPORTED_LANGUAGES = [
|
||||
"ar-XA",
|
||||
"bn-IN",
|
||||
"cmn-CN",
|
||||
"cs-CZ",
|
||||
"da-DK",
|
||||
"de-DE",
|
||||
@ -35,12 +38,15 @@ SUPPORTED_LANGUAGES = [
|
||||
"fil-PH",
|
||||
"fr-CA",
|
||||
"fr-FR",
|
||||
"gu-IN",
|
||||
"hi-IN",
|
||||
"hu-HU",
|
||||
"id-ID",
|
||||
"it-IT",
|
||||
"ja-JP",
|
||||
"kn-IN",
|
||||
"ko-KR",
|
||||
"ml-IN",
|
||||
"nb-NO",
|
||||
"nl-NL",
|
||||
"pl-PL",
|
||||
@ -49,6 +55,9 @@ SUPPORTED_LANGUAGES = [
|
||||
"ru-RU",
|
||||
"sk-SK",
|
||||
"sv-SE",
|
||||
"ta-IN",
|
||||
"te-IN",
|
||||
"th-TH",
|
||||
"tr-TR",
|
||||
"uk-UA",
|
||||
"vi-VN",
|
||||
|
Loading…
x
Reference in New Issue
Block a user