Merge pull request #124 from Antholoj/master
Add option to show months in fr
This commit is contained in:
commit
8f6818bc8b
@ -62,6 +62,20 @@ const month_names = {
|
|||||||
'Outubro',
|
'Outubro',
|
||||||
'Novembro',
|
'Novembro',
|
||||||
'Dezembro'
|
'Dezembro'
|
||||||
|
],
|
||||||
|
fr: [
|
||||||
|
'Janvier',
|
||||||
|
'Février',
|
||||||
|
'Mars',
|
||||||
|
'Avril',
|
||||||
|
'Mai',
|
||||||
|
'Juin',
|
||||||
|
'Juillet',
|
||||||
|
'Août',
|
||||||
|
'Septembre',
|
||||||
|
'Octobre',
|
||||||
|
'Novembre',
|
||||||
|
'Decembre'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user