You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

66 lines
721 B

from typing import Literal
Language = Literal[
'ar',
'ar-TN',
'az-Latn',
'bg',
'bn',
'ca',
'cs',
'da',
'de',
'el',
'en-GB',
'en-US',
'eo',
'es',
'et',
'eu',
'fa',
'fa-IR',
'fi',
'fr',
'gn',
'he',
'hr',
'hu',
'id',
'is',
'it',
'ja',
'kk',
'km',
'ko-KR',
'kur-CKB',
'lt',
'lu',
'lv',
'ml',
'mm',
'ms',
'my',
'nb-NO',
'nl',
'pl',
'pt',
'pt-BR',
'ro',
'ru',
'sk',
'sl',
'sm',
'sr',
'sr-CYR',
'sv',
'ta',
'th',
'tr',
'ug',
'uk',
'uz-Cyrl',
'uz-Latn',
'vi',
'zh-CN',
'zh-TW',
]