GNOME Bugzilla – Bug 697977
Plural forms needed for "Minutes"
Last modified: 2014-07-01 08:54:26 UTC
Code self.listoftracks.append(_("Title:") + " " + str(scounter) + ", " + _("Languages:") + " " + languages[scounter] + " " + _("Length:") + " " + str(round((self.Tracks[scounter]['length']/60), 2)) + " " + _("Minutes")) in src/dvdtrackchooser.py should use ngettext for "Minutes". https://live.gnome.org/TranslationProject/DevGuidelines/Plurals
Thanks for the report. Any chance you could provide a patch? Not sure I understand the finer points here in terms of plurals in different languages.
Created attachment 279545 [details] [review] Fixed I18N (plural forms)
Thank you Marek. I am hoping to do a new release this evening which will include your fix.