GNOME Bugzilla – Bug 569341
Use C_() instead of Q_() with context
Last modified: 2009-01-28 12:31:25 UTC
Accerciser uses old-fashioned Q_() and we want to get rid of this entirely for 2.26. See http://live.gnome.org/GnomeGoals/MsgctxtMigration . See bug 569118 for technical discussion. String Freeze is Feb 16, 2009. See http://live.gnome.org/TwoPointTwentyfive . Getting this in soon and announcing it to gnome-i18n@ highly appreciated.
Created attachment 127389 [details] [review] Added C_ function and removed Q_ calls
Created attachment 127390 [details] [review] Added msgctx to current PO files Could someone (Wouter?) please test this? I did this pretty blindly, emulating the Orca stuff, and Wouter's Python C_ function.
Hi Eitan, I just reviewed both patches, and both look good to me. I'd say: commit! I see that, in the process, the Greek translation (which erroneously included the context in the translated string) has been fixed as well. Bonus points for you! :)
Excellent! Thanks.