GNOME Bugzilla – Bug 736182
Comment for translators not visible for "Web Authentication Redirect"
Last modified: 2015-01-28 12:50:17 UTC
#: ../js/portalHelper/main.js:85 msgid "Web Authentication Redirect" comment should be in /* */ not in // in two lines
(In reply to comment #0) > #: ../js/portalHelper/main.js:85 > msgid "Web Authentication Redirect" > > comment should be in /* */ not in // in two lines No, "//" is the standard comment start characters for Javascript. What's the problem? That the comment isn't getting picked up by the translation tools?
We seem to mostly use /* Translators: */ even in JavaScript, with a few exceptions. I think xgettext might be too stupid to extract things out, but maybe that's because we're not running it in JavaScript language mode.
Fixed in master