mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Merge pull request #91 from samsonjs/fix/88-chinese-months
Fix Chinese months
This commit is contained in:
commit
8a335897ae
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@
|
|||
identifier: 'zh-CN',
|
||||
days: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
|
||||
shortDays: ['日', '一', '二', '三', '四', '五', '六'],
|
||||
months: ['一月份', '二月份', '三月份', '四月份', '五月份', '六月份', '七月份', '八月份', '九月份', '十月份', '十一月份', '十二月份'],
|
||||
months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
|
||||
shortMonths: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
|
||||
AM: '上午',
|
||||
PM: '下午',
|
||||
|
|
|
|||
Loading…
Reference in a new issue