Plural forms not exported correctly

Asked by zoff99

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

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Brad Crittenden (bac) said :
#1

Hi,

Please file this as a bug using 'Create bug report'. Thanks.

Revision history for this message
Curtis Hovey (sinzui) said :
#2

This issue is a known bug.

Can you help with this problem?

Provide an answer of your own, or ask zoff99 for more information if necessary.

To post a message you must log in.