Open
Description
Do we still want the line numbers in the comments? So for example this:
#: CMFPlone/interfaces/controlpanel.py:1499
The line numbers often change, and this gives long diffs, like in this PR. The PR is about updated translations for plone.app.discussion
, which is a big diff, but the biggest part of the diff is updated line numbers in totally different places.
I thought this was an option in i18ndude
, but apparently not. I don't know how hard it would be. This is one of the lines that adds the line number.
Default would be the current behaviour, but for plone.app.locales
we could change the command that we call.
Would that be useful? Or should we not bother?