feat: Add zh month language
This commit is contained in:
parent
4c130206c4
commit
99781a8274
@ -90,6 +90,20 @@ const month_names = {
|
|||||||
'Ekim',
|
'Ekim',
|
||||||
'Kasım',
|
'Kasım',
|
||||||
'Aralık'
|
'Aralık'
|
||||||
|
],
|
||||||
|
zh: [
|
||||||
|
'一月',
|
||||||
|
'二月',
|
||||||
|
'三月',
|
||||||
|
'四月',
|
||||||
|
'五月',
|
||||||
|
'六月',
|
||||||
|
'七月',
|
||||||
|
'八月',
|
||||||
|
'九月',
|
||||||
|
'十月',
|
||||||
|
'十一月',
|
||||||
|
'十二月'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user