GNOME Bugzilla – Bug 558339
use C_() instead of Q_() for context in translations
Last modified: 2008-11-29 10:47:50 UTC
since it helps translators and reduces translation errors. See http://live.gnome.org/GnomeGoals/MsgctxtMigration
Created attachment 121559 [details] [review] patch
Does this break string freeze? If yes, it will have to wait some more days until after we branched, otherways feel free to commit
Yes, it's a freeze break. This should go to trunk only. Also, this comment in plugins/spell/gedit-spell-checker-language.c is now obsolete: /* Translators: The text before the "|" is context to help you decide on * the correct translation. You MUST OMIT it in the translated string. */
Right, its a string break. Also, I tried to remove those comments; must have overlooked this one.
The patch is missing correct version dependencies for intltool and glib. To use C_/NC_ macros, enough recent glib and intltool must be used as described in the MsgCtxMigration page.
Created attachment 122303 [details] [review] updated patch
applied on trunk. thank you.