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 697977 - Plural forms needed for "Minutes"
Plural forms needed for "Minutes"
Status: RESOLVED FIXED
Product: transmageddon
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: 0.20
Assigned To: Christian Fredrik Kalager Schaller
Christian Fredrik Kalager Schaller
Depends on:
Blocks:
 
 
Reported: 2013-04-14 07:02 UTC by Marek Černocký
Modified: 2014-07-01 08:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed I18N (plural forms) (1.08 KB, patch)
2014-06-29 17:03 UTC, Marek Černocký
none Details | Review

Description Marek Černocký 2013-04-14 07:02:52 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
Comment 1 Christian Fredrik Kalager Schaller 2014-06-25 08:45:28 UTC
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.
Comment 2 Marek Černocký 2014-06-29 17:03:44 UTC
Created attachment 279545 [details] [review]
Fixed I18N (plural forms)
Comment 3 Christian Fredrik Kalager Schaller 2014-07-01 08:54:26 UTC
Thank you Marek. I am hoping to do a new release this evening which will include your fix.