mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-05 05:00:06 +00:00
feat: 后台自定义代码 & 后端语言优先
This commit is contained in:
@@ -22,7 +22,7 @@ const resources = {
|
||||
}
|
||||
|
||||
const getStoredLanguage = () => {
|
||||
return localStorage.getItem("language") || "zh-CN"
|
||||
return localStorage.getItem("language") || "en-US"
|
||||
}
|
||||
|
||||
i18n.use(initReactI18next).init({
|
||||
|
||||
Reference in New Issue
Block a user