Skip to content

pacman-key: Use ngettext for plurals

Allan McRae requested to merge allan/pacman-key-plurals into master

There are two strings that may be singular or plural in pacman-key. Use ngettext to handle these strings correctly, and provide a fallback function if it is not available.

Fixes FS#70556.

Signed-off-by: Allan McRae allan@archlinux.org

Merge request reports