When I did extracted a translation a had in po-file:

#: fivestar.module:1163
msgid "vote"
msgid_plural "votes"
msgstr[0 ""
msgstr[1 ""
msgstr[2 ""

But should be:
<code>
#: fivestar.module:1163
msgid "vote"
msgid_plural "votes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

I have used :
*Template file for Русский translations
*Include translations

Thanks.

CommentFileSizeAuthor
#2 potx.diff.patch341 bytesmagnestyuk

Comments

magnestyuk’s picture

Hi,
same for me, only with a Hungarian translation template. The language independent template file is ok, but the language specific one has this typo.
Szilvi

magnestyuk’s picture

Assigned: Unassigned » magnestyuk
Status: Active » Needs review
StatusFileSize
new341 bytes

Hi,
the problem is one missing character on line 378 of potx.inc. Patch attached for review.
Szilvi

ManasTungare’s picture

Status: Needs review » Reviewed & tested by the community

Thanks, suppasonic, for the patch. I came here to submit the exact same patch, and found yours already here. Since this is a trivial one-character change that generates correct output, I feel confident enough to change the status to 'reviewed by community' (of one!).

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed to all four branches of Translation template extractor. Will release new releases later after some time in the issue queue possibly fixing more issues.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.