feat: Support Japanese (#162)
Added support for Japanese language * Support Japanese * Update frappe-gantt.js
This commit is contained in:
parent
d72019bb8a
commit
94f1cd7958
14
dist/frappe-gantt.js
vendored
14
dist/frappe-gantt.js
vendored
@ -24,6 +24,20 @@ const month_names = {
|
|||||||
'November',
|
'November',
|
||||||
'December'
|
'December'
|
||||||
],
|
],
|
||||||
|
jp: [
|
||||||
|
'1月',
|
||||||
|
'2月',
|
||||||
|
'3月',
|
||||||
|
'4月',
|
||||||
|
'5月',
|
||||||
|
'6月',
|
||||||
|
'7月',
|
||||||
|
'8月',
|
||||||
|
'9月',
|
||||||
|
'10月',
|
||||||
|
'11月',
|
||||||
|
'12月'
|
||||||
|
],
|
||||||
ru: [
|
ru: [
|
||||||
'Январь',
|
'Январь',
|
||||||
'Февраль',
|
'Февраль',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user