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 325616 - e-table-group-container.c: remove whitespace, add translator comments
e-table-group-container.c: remove whitespace, add translator comments
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2006-01-03 12:33 UTC by André Klapper
Modified: 2010-04-02 10:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Submitting patch. (2.07 KB, patch)
2006-09-29 11:50 UTC, ushveen kaur
reviewed Details | Review

Description André Klapper 2006-01-03 12:33:26 UTC
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#use-comments

#: ../widgets/table/e-table-group-container.c:350
#, c-format
msgid "%s : %s (%d item)"

#: ../widgets/table/e-table-group-container.c:351
#, c-format
msgid "%s : %s (%d items)"

these two also needs translator comments - nobody is able to understand what this should mean, or even how to translate it.
same with

#: ../widgets/table/e-table-group-container.c:356
#, c-format
msgid "%s (%d item)"

#: ../widgets/table/e-table-group-container.c:357
#, c-format
msgid "%s (%d items)"

note that adding comments to translatable strings must not be announced according to http://mail.gnome.org/archives/desktop-devel-list/2005-February/msg00092.html.
Comment 1 ushveen kaur 2006-09-29 11:50:25 UTC
Created attachment 73623 [details] [review]
Submitting patch.
Comment 2 André Klapper 2006-09-29 13:00:59 UTC
please include appropriate line breaks for those long comments, and also fix the whitespace issues (whitespace in front of a punctuation mark is a no-go), also in the comment (please use proper english like "bla1 (e.g.: bla2" instead of "bla1(eg:bla2"). thanks.
apart from that, it looks okay. :-)
Comment 3 Milan Crha 2010-04-02 10:29:56 UTC
Created commit 6f37596 in evo master (2.31.1+)