Merge branch 'develop' into develop

This commit is contained in:
jc21
2026-01-13 14:46:35 +10:00
committed by GitHub
51 changed files with 2575 additions and 83 deletions

View File

@@ -14,6 +14,7 @@ import langVi from "./lang/vi.json";
import langZh from "./lang/zh.json";
import langKo from "./lang/ko.json";
import langBg from "./lang/bg.json";
import langId from "./lang/id.json";
// first item of each array should be the language code,
// not the country code
@@ -33,6 +34,7 @@ const localeOptions = [
["zh", "zh-CN", langZh],
["ko", "ko-KR", langKo],
["bg", "bg-BG", langBg],
["id", "id-ID", langId],
];
const loadMessages = (locale?: string): typeof langList & typeof langEn => {