refactor(projects): fix conflict with locale file
This commit is contained in:
parent
1bac3b78d7
commit
3346bcdfad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user