mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): fix conflict with locale file
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
import zhCN from './lang/zh-cn';
|
import zhCN from './langs/zh-cn';
|
||||||
import enUS from './lang/en-us';
|
import enUS from './langs/en-us';
|
||||||
|
|
||||||
const locales: Record<App.I18n.LangType, App.I18n.Schema> = {
|
const locales: Record<App.I18n.LangType, App.I18n.Schema> = {
|
||||||
'zh-CN': zhCN,
|
'zh-CN': zhCN,
|
||||||
|
Reference in New Issue
Block a user