Skip to content

Commit 8a33589

Browse files
authored
Merge pull request #91 from samsonjs/fix/88-chinese-months
Fix Chinese months
2 parents 6cf7d59 + db1c066 commit 8a33589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strftime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
identifier: 'zh-CN',
261261
days: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
262262
shortDays: ['日', '一', '二', '三', '四', '五', '六'],
263-
months: ['一月份', '二月份', '三月份', '四月份', '五月份', '六月份', '七月份', '八月份', '九月份', '十月份', '十一月份', '十二月份'],
263+
months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
264264
shortMonths: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
265265
AM: '上午',
266266
PM: '下午',

0 commit comments

Comments
 (0)