Page MenuHomePhabricator

Showing differences in fuzzy gettext messages using the '#|' comment
Open, LowPublicFeature

Description

Author: lasse.liehu

Description:
If a gettext message is marked as outdated/fuzzy and has the old msgid and msgctxt included in the '#|' comment, it would be great to see the difference between the old and current msgid (and possibly msgctxt, but that's not as important).


Version: unspecified
Severity: enhancement

Details

Reference
bz45917

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:31 AM
bzimport set Reference to bz45917.
bzimport added a subscriber: Unknown Object (MLST).

Example how this looks like in a po file (copied from GNOME):
#: ../js/gdm/loginDialog.js:405
#, fuzzy
#| msgid "Session..."
msgid "Session…"
msgstr "הפעלה..."

...and this request is about making this visible in the translation web interface.

lasse.liehu wrote:

And an example where msgctxt is different (copied from Amarok):

#. +> trunk
#: core/meta/support/MetaConstants.cpp:173
#, fuzzy
#| msgctxt "The field name in case nothing specific is selected e.g. in the automatic playlist generator"
#| msgid "anything"
msgctxt "Track field name (when nothing specific is selected e.g. in the automatic playlist generator)"
msgid "anything"
msgstr "mitä vain"

Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:13 AM
Aklapper removed a subscriber: wikibugs-l-list.