GNOME Bugzilla – Bug 403191
Avoid markup in c source files
Last modified: 2012-09-05 20:19:43 UTC
As translators often say, please don't include markup in translateable messages. Move the markup outside of the gettext call. See http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#avoid-markup Affected messages: #: ../libslab/app-shell.c:709 msgid "" "<span size=\"large\"><b>No matches found.</b> </span><span>\n" "\n" " Your filter \"<b>%s</b>\" does not match any items.</span>" #: ../libslab/application-tile.c:310 msgid "<b>Start %s</b>" #: ../libslab/document-tile.c:183 msgid "<b>Open with \"%s\"</b>"
Created attachment 81653 [details] [review] Trivial fix
Created attachment 81713 [details] [review] Trivial fix, this time without build-breaking typos
Created attachment 81717 [details] [review] Really working patch
Could a maintainer please review the patch, so as it may be committed before string freezed?
CC'ed Cosimo, as it has lastly been active on the module.
Fixed in libslab master. commit da80cf7ef30fc0c03aec3ff17a4675822d07a265 Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Sat Aug 8 18:51:28 2009 +0200 Avoid markup in translatable strings. Fix bug #403191. Patch by Gabor Kelemen.
Created attachment 140502 [details] [review] Another patch for new strings There are still some...
Comment on attachment 140502 [details] [review] Another patch for new strings Nice patch. I'd say it's to commit after branched for gnome-2.30. Maintainers: Any objections?
ping - can this get a commit now, please?
Pushed along with a a patch minimizing the damage to existing translations.