anope icon indicating copy to clipboard operation
anope copied to clipboard

Use ngettext-style internationalization for strings with plurals

Open progval opened this issue 1 year ago • 0 comments

Description

Currently, pluralizable strings look like %d channel(s) cleared, and %d channel(s) dropped.; or %d canau(x) vidé(s) et %d canau(x) supprimé(s). in French.

Whereas correct pluralization handling would allow conditionally having s (or the locale's equivalent) only when needed.

Why this would be useful

It is much more readable

progval avatar Jan 05 '24 18:01 progval