-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A file has been prepared for the error that occurs when the language is selected.
- Loading branch information
1 parent
1a63918
commit 5dbad77
Showing
1 changed file
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
LANGUAGE_CODES = { | ||
"English": "en", | ||
"Chinese": "zh", | ||
"German": "de", | ||
"Spanish": "es", | ||
"Russian": "ru", | ||
"Korean": "ko", | ||
"French": "fr", | ||
"Japanese": "ja", | ||
"Portuguese": "pt", | ||
"Turkish": "tr", | ||
"Polish": "pl", | ||
"Catalan": "ca", | ||
"Dutch": "nl", | ||
"Arabic": "ar", | ||
"Swedish": "sv", | ||
"Italian": "it", | ||
"Indonesian": "id", | ||
"Hindi": "hi", | ||
"Finnish": "fi", | ||
"Vietnamese": "vi", | ||
"Hebrew": "he", | ||
"Ukrainian": "uk", | ||
"Greek": "el", | ||
"Malay": "ms", | ||
"Czech": "cs", | ||
"Romanian": "ro", | ||
"Danish": "da", | ||
"Hungarian": "hu", | ||
"Tamil": "ta", | ||
"Norwegian": "no", | ||
"Thai": "th", | ||
"Urdu": "ur", | ||
"Croatian": "hr", | ||
"Bulgarian": "bg", | ||
"Lithuanian": "lt", | ||
"Latin": "la", | ||
"Māori": "mi", | ||
"Malayalam": "ml", | ||
"Welsh": "cy", | ||
"Slovak": "sk", | ||
"Telugu": "te", | ||
"Persian": "fa", | ||
"Latvian": "lv", | ||
"Bengali": "bn", | ||
"Serbian": "sr", | ||
"Azerbaijani": "az", | ||
"Slovenian": "sl", | ||
"Kannada": "kn", | ||
"Estonian": "et", | ||
"Macedonian": "mk", | ||
"Breton": "br", | ||
"Basque": "eu", | ||
"Icelandic": "is", | ||
"Armenian": "hy", | ||
"Nepali": "ne", | ||
"Mongolian": "mn", | ||
"Bosnian": "bs", | ||
"Kazakh": "kk", | ||
"Albanian": "sq", | ||
"Swahili": "sw", | ||
"Galician": "gl", | ||
"Marathi": "mr", | ||
"Panjabi": "pa", | ||
"Sinhala": "si", | ||
"Khmer": "km", | ||
"Shona": "sn", | ||
"Yoruba": "yo", | ||
"Somali": "so", | ||
"Afrikaans": "af", | ||
"Occitan": "oc", | ||
"Georgian": "ka", | ||
"Belarusian": "be", | ||
"Tajik": "tg", | ||
"Sindhi": "sd", | ||
"Gujarati": "gu", | ||
"Amharic": "am", | ||
"Yiddish": "yi", | ||
"Lao": "lo", | ||
"Uzbek": "uz", | ||
"Faroese": "fo", | ||
"Haitian": "ht", | ||
"Pashto": "ps", | ||
"Turkmen": "tk", | ||
"Norwegian Nynorsk": "nn", | ||
"Maltese": "mt", | ||
"Sanskrit": "sa", | ||
"Luxembourgish": "lb", | ||
"Burmese": "my", | ||
"Tibetan": "bo", | ||
"Tagalog": "tl", | ||
"Malagasy": "mg", | ||
"Assamese": "as", | ||
"Tatar": "tt", | ||
"Hawaiian": "haw", | ||
"Lingala": "ln", | ||
"Hausa": "ha", | ||
"Bashkir": "ba", | ||
"jw": "jw", | ||
"Sundanese": "su", | ||
} |