Opened 12 years ago

Closed 12 years ago

#17815 closed Bug (invalid)

Turkish plural forms incorrect

Reported by: dave@… Owned by: nobody
Component: Translations Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Turkish plural forms in conf/locale/tr/LC_MESSAGES/django.po are currently:
"Plural-Forms: nplurals=1; plural=0\n"

This is incorrect, they should be:
"Plural-Forms: nplurals=2; plural=(n>1)\n"

Ref: http://translate.sourceforge.net/wiki/l10n/pluralforms

Change History (2)

comment:1 by Claude Paroz, 12 years ago

The plural forms are defined by the Transifex platform used now for Django translations.
Could you please open a bug report in Transifex? http://trac.transifex.org/newticket

comment:2 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed

Closing "invalid" for the reason explained by Claude.

Note: See TracTickets for help on using tickets.
Back to Top