GNOME Bugzilla – Bug 333041
ngettext usage
Last modified: 2013-09-13 00:50:58 UTC
> ==> #: ../widgets/table/e-table-group-container.c:346 > > #, c-format > > msgid "%s : %s (%d item)" > > msgstr "%s : %s (%d élément)" > > > > #: ../widgets/table/e-table-group-container.c:347 > > #, c-format > > msgid "%s : %s (%d items)" > > msgstr "%s : %s (%d éléments)" > > > > #: ../widgets/table/e-table-group-container.c:352 > > #, c-format > > msgid "%s (%d item)" > > msgstr "%s (%d élément)" > > > > #: ../widgets/table/e-table-group-container.c:353 > > #, c-format > > msgid "%s (%d items)" > > msgstr "%s (%d éléments)" Please use ngettext to translate this kind of strings.
Created attachment 60423 [details] [review] patch
Confirming, addings deps.
hmm. if we put this into 2.5, would this break the string freeze? :-/ (i guess so.)
i guess no because it doesn't add any new string
committed the fix to CVS HEAD: http://cvs.gnome.org/viewcvs/evolution/widgets/table/e-table-group-container.c?r1=1.72&r2=1.73 i'm closing this as fixed (and waiting for an answer by gnome-i18n mailing list if i should also commit this to the stable branch). thanks for the patience.