This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients mdk, vstinner
Date 2019-03-08.15:56:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552060574.12.0.988216186539.issue36239@roundup.psfhosted.org>
In-reply-to
Content
I tested further, and when we have this horrible mess in the po files:

msgstr ""
"Pro"
"jec"
"t-I"
"d-V"
"ers"
"ion"
": "
"dig"
"ika"
"m\n"

We have a clean string in the .mo file.

So there is no fear to have of:

"Plural-Forms: nplurals=1; plural=0;\n"
"#-#-#-#-#  digikamimageplugin_raindrop.po (digikamimageplugin_raindrop)  #-#-"
"#-#-#\n"
"X-Generator: KBabel 1.11.4\n"

It will be nicely stored in the mo as:

Plural-Forms: nplurals=1; plural=0;
#-#-#-#-#  digikamimageplugin_raindrop.po (digikamimageplugin_raindrop)  #-#-#-#-#
X-Generator: KBabel 1.11.4

So you can safely remove lines starting and ending with #-#-#-#-#.
History
Date User Action Args
2019-03-08 15:56:14mdksetrecipients: + mdk, vstinner
2019-03-08 15:56:14mdksetmessageid: <1552060574.12.0.988216186539.issue36239@roundup.psfhosted.org>
2019-03-08 15:56:14mdklinkissue36239 messages
2019-03-08 15:56:14mdkcreate