Bug 106182

Summary: Please use ngettext for handling plurals in kudzu
Product: [Retired] Red Hat Linux Beta Reporter: Christian Rose <menthos>
Component: kudzuAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: beta2CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#plurals
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-02 19:13:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 106150    

Description Christian Rose 2003-10-03 14:48:39 UTC
#: ../hwconf.c:1391
#, c-format
msgid ""
"Welcome to Kudzu, the Red Hat Linux hardware detection and configuration "
"tool.\n"
"\n"
"On the following screens you will be able to configure any new or removed "
"hardware for your computer.\n"
"\n"
"                Press any key to continue.\n"
"\n"
"         Normal bootup will continue in %d seconds."


It would be nice to handle singular/plural here. In that case, please use
ngettext as mentioned in
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#plurals.
A simple code example of code using ngettext:

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

Comment 1 Bill Nottingham 2005-03-02 19:13:26 UTC
Closing, this screen is dead.