-
Notifications
You must be signed in to change notification settings - Fork 0
/
looker_google_translate_lang_mapping.json
24 lines (24 loc) · 1.44 KB
/
looker_google_translate_lang_mapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"en": {"google_translate_code": "en", "name": "English"},
"cs_CZ": {"google_translate_code": "cs", "name": "Czech"},
"de_DE": {"google_translate_code": "de", "name": "German"},
"es_ES": {"google_translate_code": "es", "name": "Spanish"},
"fr_FR": {"google_translate_code": "fr", "name": "French"},
"hi_IN": {"google_translate_code": "hi", "name": "Hindi"},
"it_IT": {"google_translate_code": "it", "name": "Italian"},
"ja_JP": {"google_translate_code": "ja", "name": "Japanese"},
"ko_KR": {"google_translate_code": "ko", "name": "Korean"},
"lt_LT": {"google_translate_code": "lt", "name": "Lithuanian"},
"nb_NO": {"google_translate_code": "nb", "name": "Norwegian (Bokmål)"},
"nl_NL": {"google_translate_code": "nl", "name": "Dutch"},
"pl_PL": {"google_translate_code": "pl", "name": "Polish"},
"pt_BR": {"google_translate_code": "pt", "name": "Brazilian Portuguese"},
"pt_PT": {"google_translate_code": "pt", "name": "Portuguese"},
"ru_RU": {"google_translate_code": "ru", "name": "Russian"},
"sv_SE": {"google_translate_code": "sv", "name": "Swedish"},
"th_TH": {"google_translate_code": "th", "name": "Thai"},
"tr_TR": {"google_translate_code": "tr", "name": "Turkish"},
"uk_UA": {"google_translate_code": "uk", "name": "Ukrainian"},
"zh_CN": {"google_translate_code": "zh", "name": "Simplified Chinese"},
"zh_TW": {"google_translate_code": "zh", "name": "Traditional Chinese"}
}