Merge branch 'develop' into develop

This commit is contained in:
jc21
2025-11-26 08:35:32 +10:00
committed by GitHub
13 changed files with 763 additions and 1 deletions

View File

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