chore: update

This commit is contained in:
xiaoxian521
2022-12-09 12:52:28 +08:00
parent 17ec8c6af4
commit d4c2e139a3
15 changed files with 437 additions and 416 deletions

View File

@@ -63,7 +63,7 @@ export const $t = (key: string) => key;
export const i18n: I18n = createI18n({
legacy: false,
locale:
storageLocal.getItem<StorageConfigs>("responsive-locale")?.locale ?? "zh",
storageLocal().getItem<StorageConfigs>("responsive-locale")?.locale ?? "zh",
fallbackLocale: "en",
messages: localesConfigs
});