feat: Add zh month language

This commit is contained in:
huangzhihua 2020-01-08 21:58:32 +08:00
parent 4c130206c4
commit 99781a8274

View File

@ -90,6 +90,20 @@ const month_names = {
'Ekim',
'Kasım',
'Aralık'
],
zh: [
'一月',
'二月',
'三月',
'四月',
'五月',
'六月',
'七月',
'八月',
'九月',
'十月',
'十一月',
'十二月'
]
};