GNOME Bugzilla – Bug 476061
Missing plural forms for some messages from Utils.cs
Last modified: 2009-02-16 23:01:22 UTC
Please describe the problem: #: ../Tomboy/Utils.cs:163 #, csharp-format msgid "{0} days ago, {1}" In Serbian (and many others) we need to use plural forms for this to translate it as "Пре 21 дан", but also as "Пре 9 дана". Same apply to other strings that includes "days" from Utils.cs on lines 163, 165 and 178. Fix is trivial, but it need to applied only after code/string freeze break. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Setting the default assignee and QA Contact to "tomboy-maint@gnome.bugs".
Updated version as bug is present in 2.22 and trunk. New line numbers are: Utils.cs:177, 179, 190, 192.
Boyd, can we PLEASE fix this for 2.24? See http://live.gnome.org/TranslationProject/DevGuidelines/Plurals for how to use proper ngettext support.
Created attachment 128856 [details] [review] Adds plural form support to the mentioned gettext calls Trivial addition, but should allow translators to finally work with these strings. A quick grep didn't reveal other missing plural forms but feel free to file more bugs if I missed something..
Committed in r2350. Thanks Benjamin!