Skip to content

Commit 501602b

Browse files
authored
feat(locale): fix wide month and add music for zh_CN (#2380)
1 parent ed71d64 commit 501602b

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

src/locales/zh_CN/date/month.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
export default {
22
wide: [
3-
'1月',
4-
'2月',
5-
'3月',
6-
'4月',
7-
'5月',
8-
'6月',
9-
'7月',
10-
'8月',
11-
'9月',
12-
'10月',
13-
'11月',
14-
'12月',
3+
'一月',
4+
'二月',
5+
'三月',
6+
'四月',
7+
'五月',
8+
'六月',
9+
'七月',
10+
'八月',
11+
'九月',
12+
'十月',
13+
'十一月',
14+
'十二月',
1515
],
1616

1717
abbr: [

src/locales/zh_CN/music/song_name.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,10 @@ export default [
109109
'少年',
110110
'堕',
111111
'在你身边',
112+
'悬溺',
113+
'奢香夫人',
114+
'最好的安排',
115+
'夏至未至',
116+
'小城夏天',
117+
'暖暖',
112118
];

0 commit comments

Comments
 (0)