Wrong Turkish plural-form count

Asked by Volkan Gezer

On Launchpad, it seems Turkish language has only one plural form, but actually it has 2.

Please see the relevant part of gettext document [1] regarding to this issue:
>>>
Two forms, singular used for one only
This is the form used in most existing programs since it is what English is using. A header entry would look like this:
Plural-Forms: nplurals=2; plural=n != 1;

Other languages using the same header entry are:

Finno-Ugric family
    Hungarian
Turkic/Altaic family
    Turkish
Hungarian does not appear to have a plural if you look at sentences involving cardinal numbers. For example, “1 apple” is “1 alma”, and “123 apples” is “123 alma”. But when the number is not explicit, the distinction between singular and plural exists: “the apple” is “az alma”, and “the apples” is “az almák”. Since ngettext has to support both types of sentences, it is classified here, under “two forms”.

The same holds for Turkish: “1 apple” is “1 elma”, and “123 apples” is “123 elma”. But when the number is omitted, the distinction between singular and plural exists: “the apple” is “elma”, and “the apples” is “elmalar”.
<<<
[1] http://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html

I am not sure how many string would be affected, but i think it will be better to have that.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Launchpad Translations Coordinators Edit question
Solved by:
Volkan Gezer
Solved:
Last query:
Last reply:

This question was originally filed as bug #1166258.

Revision history for this message
Laura Czajkowski (czajkowski) said :
#1

This isn't a bug and can be dealt with via answers

Revision history for this message
Milo Casagrande (milo) said :
#2

Unfortunately I cannot change that via Launchpad, I guess a Launchpad admin needs to take care of it.

Revision history for this message
Laura Czajkowski (czajkowski) said :
#3

I've made that update for you

Revision history for this message
Volkan Gezer (volkangezer) said :
#4

Thank you.