Skip to content

Commit

Permalink
feat(locale): fix wide month and add music for zh_CN (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolPlayLin committed Sep 10, 2023
1 parent ed71d64 commit 501602b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/locales/zh_CN/date/month.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export default {
wide: [
'1月',
'2月',
'3月',
'4月',
'5月',
'6月',
'7月',
'8月',
'9月',
'10月',
'11月',
'12月',
'一月',
'二月',
'三月',
'四月',
'五月',
'六月',
'七月',
'八月',
'九月',
'十月',
'十一月',
'十二月',
],

abbr: [
Expand Down
6 changes: 6 additions & 0 deletions src/locales/zh_CN/music/song_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,10 @@ export default [
'少年',
'堕',
'在你身边',
'悬溺',
'奢香夫人',
'最好的安排',
'夏至未至',
'小城夏天',
'暖暖',
];

0 comments on commit 501602b

Please sign in to comment.