From 92ebfb42cae1ffa7aa6427f75d9c316cf6ff154b Mon Sep 17 00:00:00 2001 From: mawei Date: Wed, 3 Jun 2026 17:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=AF=AD=E8=A8=80=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=AD=E6=96=87=E7=AE=80=E4=BD=93=20(zh-CHS)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/ui/lib/multilang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ui/lib/multilang.py b/system/ui/lib/multilang.py index 9d254278..061dc379 100644 --- a/system/ui/lib/multilang.py +++ b/system/ui/lib/multilang.py @@ -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] = {}