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 271926 - Ngettext weirdness and suspected sentence surgery in Evolution calendar a11y messages
Ngettext weirdness and suspected sentence surgery in Evolution calendar a11y ...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
unspecified
Other All
: Normal normal
: ---
Assigned To: Harry Lu
Evolution QA team
Depends on:
Blocks: 236276 271192
 
 
Reported: 2005-01-28 21:45 UTC by Christian Rose
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2005-01-28 21:45:06 UTC
#: a11y/calendar/ea-day-view.c:147 a11y/calendar/ea-week-view.c:148
#, c-format
msgid ", %d event"

#: a11y/calendar/ea-day-view.c:147 a11y/calendar/ea-week-view.c:148
#, c-format
msgid ", %d events"

The comma at the beginning of the message looks suspicious. Please don't
concatenate translateable sentences
(http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#split-sentences).

In addition, it looks like the ngettext () call used here doesn't work...
Comment 1 André Klapper 2005-02-01 16:00:27 UTC
adding patch keyword and setting target milestone to 2.1.

see <http://bugzilla.gnome.org/attachment.cgi?id=44723> of 
bug 271924 for the patch.
Comment 2 Harry Lu 2005-02-02 03:13:20 UTC
patch committed.