Add option to show months in pt-BR

This commit is contained in:
David Alves de Souza 2018-10-04 17:32:54 -03:00 committed by GitHub
parent 9e3c490196
commit 251e8c25f5
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'
]
};