Skip to content
Commit d02a1f18 authored by Jakub Janků's avatar Jakub Janků Committed by Frediano Ziglio
Browse files

gettext: fix ngettext usage



_() should not be used in conjunction with ngettext(),
otherwise it's impossible to properly translate the message into
languages that have multiple plural forms, such as Czech.

Additionally, spice-gtk must use dngettext instead of ngettext,
otherwise the translation strings are searched within a wrong domain.

Fix ngettext usage in usb-device-widget.c and
update the PO files accordingly.

Signed-off-by: default avatarJakub Janků <jjanku@redhat.com>
Acked-by: default avatarFrediano Ziglio <fziglio@redhat.com>
parent 15e06ead
Loading
Loading
Loading
Pipeline #31544 passed with stage
in 8 minutes and 6 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment