Skip to content

PT-BR locale have unusual week days abreviation #2152

Closed
@leandrocorso

Description

@leandrocorso

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

frankyston commented on Jan 22, 2021

@frankyston
Contributor

I performed the requested correction:

#2170

added a commit that references this issue on Mar 17, 2024
0b87298
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @frankyston@leandrocorso

        Issue actions

          PT-BR locale have unusual week days abreviation · Issue #2152 · date-fns/date-fns