Opened 8 years ago
Last modified 8 years ago
#26670 closed Cleanup/optimization
makemessages' plural form handling helper function can insert extra empty line in PO file — at Version 1
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
When it copies the plural form formula header line from Django translations it can insert a line with a triling newline:
This is mostly a correctness issue rarely seen in final PO files as makemessages usually runs
the resulting PO file through additional invocations of gettext tools which can correct the issue in case the plural forms formula PO header line is the last one.
Note:
See TracTickets
for help on using tickets.