feat: 语言采用gpt翻译
This commit is contained in:
@@ -4,6 +4,7 @@ const language = (
|
||||
navigator.language || 'zh_cn'
|
||||
).toLowerCase();
|
||||
const lang = (localStorage.getItem('language') || language).replace(/-/, '_');
|
||||
console.log(lang)
|
||||
const i18n = createI18n({
|
||||
silentTranslationWarn: true,
|
||||
globalInjection: true,
|
||||
|
||||
Reference in New Issue
Block a user