mirror of
https://github.com/hiroi-sora/Umi-OCR.git
synced 2026-09-21 06:02:22 +08:00
update i18n configs
This commit is contained in:
@@ -31,6 +31,7 @@ LanguageCodes = {
|
||||
"pt_BR": "Português", # 葡萄牙语
|
||||
"pt_PT": "Português",
|
||||
"it_IT": "Italiano", # 意大利语
|
||||
"nb_NO": "norsk", # 挪威语
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -6,13 +6,14 @@ LangList = [
|
||||
"en_US",
|
||||
"zh_TW",
|
||||
"ja_JP",
|
||||
"fr_FR",
|
||||
"nb_NO",
|
||||
# "it_IT",
|
||||
# "es_ES",
|
||||
# "fr_FR",
|
||||
# "de_DE",
|
||||
# "ko_KR",
|
||||
# "ru_RU",
|
||||
# "pt_BR",
|
||||
# "it_IT",
|
||||
]
|
||||
|
||||
working = os.path.dirname(os.path.abspath(__file__)) # 工作目录
|
||||
|
||||
Reference in New Issue
Block a user