refactor(projects): fix conflict with locale file

This commit is contained in:
Soybean 2023-11-21 16:54:35 +08:00
parent 1bac3b78d7
commit 3346bcdfad
3 changed files with 2 additions and 2 deletions

View File

@ -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,