Skip to content

Commit

Permalink
refactor(projects): rename zh-cn locale
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 16, 2023
1 parent ba10c3f commit 26714e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/locales/locale.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import zhCN from './lang/zhcn';
import zhCN from './lang/zh-cn';
import enUS from './lang/en-us';

const locales: Record<App.I18n.LangType, App.I18n.Schema> = {
Expand Down

0 comments on commit 26714e9

Please sign in to comment.