Skip to content

Commit

Permalink
Update dateLocaleMap.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Jan 14, 2025
1 parent 6c61f55 commit 6f3d1be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/shared/src/locale/dateLocaleMap.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
ar,
bn,
de,
enUS,
Expand All @@ -25,7 +24,6 @@ import {
import type { ILocaleSymbol } from './type';

const DateLocaleMap: Record<Exclude<ILocaleSymbol, 'system'>, Locale> = {
ar,
en: enUS,
'en-US': enUS,
'zh-CN': zhCN,
Expand Down

0 comments on commit 6f3d1be

Please sign in to comment.