GNOME Bugzilla – Bug 779798
"%d pixels" needs ngettext
Last modified: 2017-03-09 11:46:48 UTC
The new “%d pixels” string in panels/universal-access/cc-ua-panel.c needs plural handling. For example, Polish translations for “24 pixels” and “36 pixels” would be different. https://wiki.gnome.org/TranslationProject/DevGuidelines/Plurals
(In reply to Piotr Drąg from comment #0) > The new “%d pixels” string in panels/universal-access/cc-ua-panel.c needs > plural handling. For example, Polish translations for “24 pixels” and “36 > pixels” would be different. That's fine, it's not used for any of those cases ;) commit 5cccd1d5447ca90afd7e1143dc0e46ebb70af788 Author: Bastien Nocera <hadess@hadess.net> Date: Thu Mar 9 12:44:25 2017 +0100 universal-access: Handle "pixels" plural correctly Using g_dngettext() as required. https://bugzilla.gnome.org/show_bug.cgi?id=779798