Support all available languages in voicerss integration (#40502)

This commit is contained in:
nagyrobi 2020-09-23 17:56:23 +02:00 committed by GitHub
parent 27c5594cda
commit 9f5cd5547b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -28,32 +28,55 @@ ERROR_MSG = [
]
SUPPORT_LANGUAGES = [
"ar-eg",
"ar-sa",
"bg-bg",
"ca-es",
"zh-cn",
"zh-hk",
"zh-tw",
"hr-hr",
"cs-cz",
"da-dk",
"nl-be",
"nl-nl",
"en-au",
"en-ca",
"en-gb",
"en-in",
"en-ie",
"en-us",
"fi-fi",
"fr-ca",
"fr-fr",
"fr-ch",
"de-at",
"de-de",
"de-ch",
"el-gr",
"he-il",
"hi-in",
"hu-hu",
"id-id",
"it-it",
"ja-jp",
"ko-kr",
"ms-my",
"nb-no",
"pl-pl",
"pt-br",
"pt-pt",
"ro-ro",
"ru-ru",
"sk-sk",
"sl-si",
"es-mx",
"es-es",
"sv-se",
"ta-in",
"th-th",
"tr-tr",
"vi-vn",
]
SUPPORT_CODECS = ["mp3", "wav", "aac", "ogg", "caf"]