默认语言改为中文简体 (zh-CHS)

This commit is contained in:
mawei
2026-06-03 17:17:33 +08:00
parent 6fe513fd66
commit 92ebfb42ca
+1 -1
View File
@@ -149,7 +149,7 @@ def load_translations(path) -> tuple[dict[str, str], dict[str, list[str]]]:
class Multilang:
def __init__(self):
self._params = Params() if Params is not None else None
self._language: str = "en"
self._language: str = "zh-CHS"
self.languages: dict[str, str] = {}
self.codes: dict[str, str] = {}
self._translations: dict[str, str] = {}