mlocati / betterpoeditor

Better PO Editor is an editor for .po files, used to generate compiled gettext .mo files which are used by many programs and websites to localize the user interface. It offers great features... It's worth to give it a try!
Other
40 stars 10 forks source link

Compile on save throws an error for multi line mdgids #8

Open msak opened 9 years ago

msak commented 9 years ago

Mind you have such valid message ids in your po file:

msgid "" "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" "XXXXXXXXXXXX" msgstr ""

msgid "" "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" "YYYYYYYYYYYYY" msgstr ""

The editor does them show correctly, but your compiler throws an fatal error because of dublicates.

Recommend to take multi line msgids in account.

msak commented 9 years ago

I am sorry, it was my fault. This is not an issue. For some reason I got the same message ids twice.