Skip to content

Is Turkish gettext plural form wrong? #23

Description

@mlocati

I think that in https://github.com/translate/l10n-guide/blob/master/docs/l10n/pluralforms.rst the plural form for Turkish is wrong:
nplurals=2; plural=(n > 1);

I don't know Turkish, but it seems to me that it should be like the one described in gettext source code (nplurals=2; plural=(n != 1);) and in CLDR v26 (where, with a slightly different definition, we have pluralRule-count-one: n = 1)

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

    Issue actions