part function about interview

This commit is contained in:
Nan
2025-04-25 10:23:54 +08:00
parent b6f5d75656
commit e9c9d90902
24 changed files with 20416 additions and 2785 deletions

View File

@@ -77,9 +77,9 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
};
const LANG_KEY = "lang";
const DEFAULT_LANG = "en";
const DEFAULT_LANG = "cn";
const fallbackLang = en;
const fallbackLang = cn;
const targetLang = ALL_LANGS[getLang()] as LocaleType;
// if target lang missing some fields, it will use fallback lang string