Skip to content

Commit

Permalink
feat: add more common languages
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Dec 7, 2024
1 parent 0ba9291 commit ee2e05e
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion libs/ktem/ktem/utils/lang.py
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
SUPPORTED_LANGUAGE_MAP = {"en": "English", "ja": "Japanese", "vi": "Vietnamese"}
SUPPORTED_LANGUAGE_MAP = {
"en": "English",
"ja": "Japanese",
"vi": "Vietnamese",
"es": "Spanish",
"fr": "French",
"de": "German",
"zh": "Chinese",
"ru": "Russian",
"ar": "Arabic",
"pt": "Portuguese",
"hi": "Hindi",
"bn": "Bengali",
"pa": "Punjabi",
"ko": "Korean",
"it": "Italian",
"nl": "Dutch",
"tr": "Turkish",
"pl": "Polish",
"uk": "Ukrainian",
"ro": "Romanian",
"el": "Greek",
"hu": "Hungarian",
"sv": "Swedish",
"cs": "Czech",
"fi": "Finnish",
"da": "Danish",
"no": "Norwegian",
"he": "Hebrew",
"th": "Thai",
"id": "Indonesian",
"ms": "Malay",
}

0 comments on commit ee2e05e

Please sign in to comment.