Merge pull request #106 from davidalves1/patch-1

Add option to show months in pt-BR
This commit is contained in:
Faris Ansari 2018-10-20 23:54:16 +05:30 committed by GitHub
commit 13f579f4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,20 @@ const month_names = {
'Октябрь',
'Ноябрь',
'Декабрь'
],
ptBr: [
'Janeiro',
'Fevereiro',
'Março',
'Abril',
'Maio',
'Junho',
'Julho',
'Agosto',
'Setembro',
'Outubro',
'Novembro',
'Dezembro'
]
};