Skip to content

Wrong plural form for e.g. Brazilian Portuguese #70

Description

@susnux

The plural form is only looked up by the language part of the locale, e.g. pt for pt_BR.
But for Brazilian Portuguese the plural form is different from Portuguese so it should be first checked if there is a plural function for the whole locale and only if not fallback to the language part.

pt_BR: Plural-Forms: nplurals=2; plural=n>1;
pt: Plural-Forms: nplurals=2; plural=n != 1;

Activity

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions