mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39: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 enUS from './lang/en-us';
|
||||
import zhCN from './langs/zh-cn';
|
||||
import enUS from './langs/en-us';
|
||||
|
||||
const locales: Record<App.I18n.LangType, App.I18n.Schema> = {
|
||||
'zh-CN': zhCN,
|
||||
|
Reference in New Issue
Block a user