Plural forms not exported correctly

Bug #898998 reported by zoff99
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
High
Unassigned

Bug Description

i have set:
"Plural forms: 3"

then the export has this:

#, c-format
msgid "one kilometer"
msgid_plural "%d kilometers"
msgstr[0] "адзін кіламетр"
msgstr[1] "%d кіламетраў"
msgstr[2] "%d кіламетраў"

#, c-format
msgid "in one kilometer"
msgid_plural "in %d kilometers"
msgstr[0] ""
msgstr[1] ""
*** here the second plural string is not exported , msgfmt then gives an error on my source build

msgid "exit"
msgstr "выхад"

the expected output is:

#, c-format
msgid "in one kilometer"
msgid_plural "in %d kilometers"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

this should be checked and exported correctly!
please fix

Gary Poster (gary)
Changed in launchpad:
status: New → Triaged
importance: Undecided → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.