whisper : fix hebrew language code (#935)

pull/956/head
Elkana Bardugo 2023-05-20 18:17:54 +03:00 committed by GitHub
parent 95b02d76b0
commit 56a87ba45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ static const std::map<std::string, std::pair<int, std::string>> g_lang = {
{ "hi", { 17, "hindi", } },
{ "fi", { 18, "finnish", } },
{ "vi", { 19, "vietnamese", } },
{ "iw", { 20, "hebrew", } },
{ "he", { 20, "hebrew", } },
{ "uk", { 21, "ukrainian", } },
{ "el", { 22, "greek", } },
{ "ms", { 23, "malay", } },