Closed
Description
The week days abreviation described in "locale/pt-BR/_lib/locale/index.js:27" is not usual in brazilian portuguese, the most correct should to be:
var dayValues = {
narrow: ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'],
short: ['dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sab'],
abbreviated: ['domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado']
wide: ['domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado']
};
Activity
frankyston commentedon Jan 22, 2021
I performed the requested correction:
#2170
Fix typo locale in the Brazilian Portuguese (date-fns#2170) (closes d…