GNOME Bugzilla – Bug 660600
Use '' for non-translated strings
Last modified: 2011-10-04 20:50:17 UTC
Dug through the source code with grep -PR '(?<!\()".*"' and found all non-translated strings. Didn't touch js/ui/scripting.js or the perf stuff -- I'll let Owen touch that one.
Created attachment 197921 [details] [review] keyboard: Add a missed translation The word "tray" should be translated to other languages.
Created attachment 197922 [details] [review] Use '' for non-translated strings Pay attention to the style guidelines.
Review of attachment 197921 [details] [review]: Fine but you are adding a string hence -> 3.4.
Review of attachment 197922 [details] [review]: Looks good.
(In reply to comment #3) > Review of attachment 197921 [details] [review]: > > Fine but you are adding a string hence -> 3.4. This doesn't add a string but mark an existing string as translatable, this is not subject to string freeze.
Wait, I thought we were past string freeze now? I've certainly added new strings: http://git.gnome.org/browse/gnome-shell/commit/?id=1e6b824ede91676ce14b243d02e988e52a937684
Hard code freeze is lifted after .0 but other freezes remain in effect for the stable branch. I sent a notice about the other commit.
Attachment 197921 [details] pushed as 4e11410 - keyboard: Add a missed translation Attachment 197922 [details] pushed as f13f5bc - Use '' for non-translated strings I'm pushing these assuming that it won't break string freeze.