Loaded content:
msgid "1 item"
msgid_plural "@count items"
msgstr[0] "@count tr0"
msgstr[1] "@count tr1"
msgstr[2] "@count tr2"

When extracting .po you see regular adding [2]
msgid "1 item"
msgid_plural "@count items"
msgstr[0] "@count tr0"
msgstr[1] "@count tr1"
msgstr[2] "@count[2] tr2"

build 2001-jan-10

CommentFileSizeAuthor
#2 ru_po.txt1.98 KBmaynich

Comments

gerhard killesreiter’s picture

can you make a sample PO file available? Attach it to the issue.

maynich’s picture

StatusFileSize
new1.98 KB

see attached file

gábor hojtsy’s picture

Status: Active » Postponed (maintainer needs more info)

Hm, as far as I see, _locale_export_remove_plural() should remove that too. Could you please try editing line 1187 to say $i > 0 instead of $i > 1? That is the line before _locale_export_remove_plural() gets called. There is probably some indenxing problem there. Thanks!

gábor hojtsy’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)