Merge pull request #124 from Antholoj/master

Add option to show months in fr
This commit is contained in:
Anurag Mishra 2019-04-26 12:53:43 +05:30 committed by GitHub
commit 8f6818bc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,20 @@ const month_names = {
'Outubro',
'Novembro',
'Dezembro'
],
fr: [
'Janvier',
'Février',
'Mars',
'Avril',
'Mai',
'Juin',
'Juillet',
'Août',
'Septembre',
'Octobre',
'Novembre',
'Decembre'
]
};