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 609838 - POTFILES.in: add missing files that have translatable strings
POTFILES.in: add missing files that have translatable strings
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-13 15:31 UTC by Nguyen Thai Ngoc Duy
Modified: 2010-02-15 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
POTFILES.in patch (814 bytes, patch)
2010-02-13 15:32 UTC, Nguyen Thai Ngoc Duy
committed Details | Review

Description Nguyen Thai Ngoc Duy 2010-02-13 15:31:54 UTC
I'm not sure if any of them is obsolete. So please have a look.

BTW, don't know how translatable strings in appFavorites.js are not extracted. Possibly intltool bug.
Comment 1 Nguyen Thai Ngoc Duy 2010-02-13 15:32:35 UTC
Created attachment 153713 [details] [review]
POTFILES.in patch
Comment 2 Dan Winship 2010-02-15 13:38:15 UTC
Pushed to git. Thanks.

> BTW, don't know how translatable strings in appFavorites.js are not extracted.
> Possibly intltool bug.

xgettext doesn't have explicit javascript support, so it (apparently) treats
the files as C and so only recognizes _("foo") with double-quotes, not
_('foo') with single-quotes. Fixed.