Skip to content

Commit

Permalink
fix: close i18n warn
Browse files Browse the repository at this point in the history
  • Loading branch information
chansee97 committed Jul 19, 2024
1 parent 4b1d3f2 commit 20d9fbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export const i18n = createI18n({
zhCN,
enUS,
},
// 缺失国际化键警告
// missingWarn: false,

// 缺失回退内容警告
fallbackWarn: false,
})

export function install(app: App) {
Expand Down

0 comments on commit 20d9fbe

Please sign in to comment.