add fr month

This commit is contained in:
St7s 2019-01-10 09:01:30 +01:00 committed by GitHub
parent 13f579f4b6
commit 41ea97b4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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