Skip to content

Commit

Permalink
Merge pull request #91 from samsonjs/fix/88-chinese-months
Browse files Browse the repository at this point in the history
Fix Chinese months
  • Loading branch information
samsonjs authored Jun 11, 2024
2 parents 6cf7d59 + db1c066 commit 8a33589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strftime.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
identifier: 'zh-CN',
days: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
shortDays: ['日', '一', '二', '三', '四', '五', '六'],
months: ['一月份', '二月份', '三月份', '四月份', '五月份', '六月份', '七月份', '八月份', '九月份', '十月份', '十一月份', '十二月份'],
months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
shortMonths: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
AM: '上午',
PM: '下午',
Expand Down

0 comments on commit 8a33589

Please sign in to comment.