GNOME Bugzilla – Bug 642598
Provide message context for "Fallback" and "Standard" translations
Last modified: 2011-02-17 18:54:04 UTC
Created attachment 181156 [details] [review] use pgettext Both are used in the info panel for "Experience" modes, but "Standard" is also used in other places in the control panels and might not always be translated the same. The attached patch provide a gettext msgctx for both to allow unique translations.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 642439 ***
FWIW, this fails to compile cleanly. Please follow up in bug 642439.
I don't think this is a duplicate for bug 642439, I already know what these strings are for but I want a different translation for "Standard" in the info panel than in accounts panel. Sorry for the broken patch, but I can't build control center here so I just used pgettext blindly.
Right, let me reopen then.
commit 23f2c876722bc34253e7a0a23fcce7acf6f1513a Author: Bastien Nocera <hadess@hadess.net> Date: Thu Feb 17 18:52:55 2011 +0000 info: Use a context for the "Standard" string So we can use a different translation for that same word in the user-accounts panel, and in the info panel. Also prefix the "Fallback" string the same way. https://bugzilla.gnome.org/show_bug.cgi?id=642598