Bug 106150 - RH tools should use ngettext for plural handling in messages
Summary: RH tools should use ngettext for plural handling in messages
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: distribution
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL: http://developer.gnome.org/doc/tutori...
Whiteboard: bzcl34nup
Depends On: 106151 106176 106182 106185 106195 106197 106280 106779
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-03 10:35 UTC by Christian Rose
Modified: 2014-03-17 02:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-06 23:57:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Christian Rose 2003-10-03 10:35:24 UTC
As mentioned in
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#plurals,
the common way of handling plurals is broken for many locales. A way to solve
this is by using ngettext instead, as mentioned in that document.
A simple code example of code using ngettext:

  g_printf (ngettext ("Found %d file.", "Found %d files.", nbr_of_files),
nbr_of_files);

We should make all of the Red Hat tools use this when needed.

Comment 1 Jeremy Katz 2003-10-03 18:40:14 UTC
This is made difficult by the fact that there isn't an ngettext implementation
in python 2.2.  

Comment 2 Christian Rose 2003-10-04 01:30:54 UTC
FWIW, there is one in python 2.3, although that doesn't help much if all RH
tools are using python 2.2.

Comment 3 Bug Zapper 2008-04-03 15:30:28 UTC
Based on the date this bug was created, it appears to have been reported
against rawhide during the development of a Fedora release that is no
longer maintained. In order to refocus our efforts as a project we are
flagging all of the open bugs for releases which are no longer
maintained. If this bug remains in NEEDINFO thirty (30) days from now,
we will automatically close it.

If you can reproduce this bug in a maintained Fedora version (7, 8, or
rawhide), please change this bug to the respective version and change
the status to ASSIGNED. (If you're unable to change the bug's version
or status, add a comment to the bug and someone will change it for you.)

Thanks for your help, and we apologize again that we haven't handled
these issues to this point.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp

We will be following the process here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this
doesn't happen again.

Comment 4 Bug Zapper 2008-05-06 23:57:10 UTC
This bug has been in NEEDINFO for more than 30 days since feedback was
first requested. As a result we are closing it.

If you can reproduce this bug in the future against a maintained Fedora
version please feel free to reopen it against that version.

The process we're following is outlined here:
http://fedoraproject.org/wiki/BugZappers/F9CleanUp


Note You need to log in before you can comment on or make changes to this bug.