chore: 小修改

This commit is contained in:
xiaojunnuo
2025-06-29 00:25:08 +08:00
parent acaa8b1731
commit a761989f3e
8 changed files with 205 additions and 200 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ function loadLocalesMapFromDir(regexp: RegExp, modules: Record<string, () => Pro
* @param locale
*/
function setI18nLanguage(locale: Locale) {
// setAntdvLocale(locale);
setAntdvLocale(locale);
//@ts-ignore
i18n.global.locale.value = locale;