Normal comments duplicated if they are in the .pot file
Bug #26 reported by
Carlos Perelló Marín
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
Данило Шеган |
Bug Description
If the .pot file has normal comments (the ones marked as '# '), the .po file inherit it and when Rosetta exports the .po file again, the comment is there twice.
After playing with msgmerge, seems like they ignore that kind of comments from the .pot file as soon as the msgset exists in the .po file.
We should fix our code to do something like that.
Changed in rosetta: | |
assignee: | None → carlos |
status: | New → Accepted |
Changed in rosetta: | |
status: | Fix Committed → Fix Released |
tags: | added: iso-testing |
tags: | removed: iso-testing |
To post a comment you must log in.
Does this affect the web UI, or just the exported files?
For exports, is it just a matter of not using the "normal" comment from the template if one exists in the PO file?