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 658866 - Translator comment for string "Provide" in code but not in po file
Translator comment for string "Provide" in code but not in po file
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-13 00:38 UTC by TLE
Modified: 2011-09-13 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
notifications-approver: move translators comment right before the string (1.39 KB, patch)
2011-09-13 08:26 UTC, Guillaume Desmottes
committed Details | Review

Description TLE 2011-09-13 00:38:53 UTC
Hallo Empathy devs

I came across the following string, which is a little hard to translate into Danish without knowing the context. So I was going to ask you to include a translator comment, but then I looked in the code and saw that it already had one. However, for some reason it does not make it into the pot/po files. Will you look into that?

Regards Kenneth

#: ../src/empathy-notifications-approver.c:260
#, fuzzy
msgid "Provide"
Comment 1 Guillaume Desmottes 2011-09-13 08:26:01 UTC
Created attachment 196338 [details] [review]
notifications-approver: move translators comment right before the string

Comments have to be on the line just before the string to be picked by
gettext.
Comment 2 Guillaume Desmottes 2011-09-13 09:19:24 UTC
Attachment 196338 [details] pushed as 80a217a - notifications-approver: move translators comment right before the string