After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736182 - Comment for translators not visible for "Web Authentication Redirect"
Comment for translators not visible for "Web Authentication Redirect"
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: portal-helper
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-06 09:55 UTC by Peter Mráz
Modified: 2015-01-28 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Mráz 2014-09-06 09:55:29 UTC
#: ../js/portalHelper/main.js:85
msgid "Web Authentication Redirect"

comment should be in /* */ not in // in two lines
Comment 1 Bastien Nocera 2014-11-07 18:31:19 UTC
(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?
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-11-07 21:34:48 UTC
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.
Comment 3 Bastien Nocera 2015-01-28 12:50:17 UTC
Fixed in master