Skip to content

Commit

Permalink
feat(locale): support color and date for zh_CN
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Jun 24, 2023
1 parent ee4125f commit 5538039
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locales/zh_CN/date/month.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,19 @@ export default {
'11月',
'12月',
],

abbr: [
'1月',
'2月',
'3月',
'4月',
'5月',
'6月',
'7月',
'8月',
'9月',
'10月',
'11月',
'12月',
],
};

0 comments on commit 5538039

Please sign in to comment.