Skip to content

Commit db1c066

Browse files
committed
Fix Chinese months
Change as described by @mogando668, closes #88
1 parent 6cf7d59 commit db1c066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strftime.js

+1-1
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)