mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-13 11:31:22 +00:00
Specify chinese lang
This commit is contained in:
parent
1d2aa58523
commit
80b837173c
@ -8,7 +8,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
|
||||
base_folder = "./src/i18n/locales"
|
||||
source_lang = "en"
|
||||
filenames = ["auth.json", "core.json", "group.json", "question.json", "tutorial.json"]
|
||||
all_target_langs = ["de", "es", "fr", "it", "ja", "ru", "zh"]
|
||||
all_target_langs = ["de", "es", "fr", "it", "ja", "ru", "zh-CN"]
|
||||
|
||||
|
||||
# === SAFE TRANSLATION ===
|
||||
|
Loading…
x
Reference in New Issue
Block a user