GNOME Bugzilla – Bug 512203
“Preparing to...” strings should use ngettext
Last modified: 2008-01-28 10:39:07 UTC
Please describe the problem: There are four strings in libnautilus-private/nautilus-file-operations.c, on lines 2007 to 2019, like the following: Preparing to copy %'d files (%S) Without ngettext, such strings cannot be adequately translated to many languages. Please alter them to use ngettext. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Hi, please can you post this issue also on the nautilus mailing list to speed up the fix? (nautilus-list@gnome.org, it requires subscription for posting). Also, if you can do that, attach a patch to solve the bug. Thanks.
Created attachment 103775 [details] [review] Proposed patch to include ngettext support I am not very proficient in creating patches, so this should be reviewed before committing.
Unfortunately I cannot send mail to the mailing list, likely due to problems with my ISP.
I sent a mail on your behalf to the Nautilus mailing list and CC-d you.
(In reply to comment #4) > I sent a mail on your behalf to the Nautilus mailing list and CC-d you. Thank you.
note that committing this requires to announce the string change to gnome-i18n@. for future reference, feel free to add the keyword "L10N" for l10n issues, thanks.
Commied this, thanks.