[Bug 345587] Re: Not showing localized plural strings
Christoph Korn
c_korn at gmx.de
Sat Mar 21 19:18:45 UTC 2009
I read the examples here:
http://live.gnome.org/TranslationProject/DevGuidelines/Plurals
g_printf (ngettext ("You tried to move %d folder at once. You can't move more than 256 folders at once.",
"You tried to move %d folders at once. You can't move more than 256 folders at once.",
nbr_of_folders),
nbr_of_folders);
The string are not enclosed with _() here.
So I supposed that my approach to remove the N_() had to work.
--
Not showing localized plural strings
https://bugs.launchpad.net/bugs/345587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list