You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of ngettext matches the Python built-in gettext.ngettext, but does not match the true GNU gettext. Of note, the pluralization assumes that a singular value should be used only when the count is 1; the locales pluralization rules are not utilized.
Add support for pluralization rules.
The text was updated successfully, but these errors were encountered:
The current implementation of
ngettext
matches the Python built-ingettext.ngettext
, but does not match the true GNU gettext. Of note, the pluralization assumes that a singular value should be used only when the count is 1; the locales pluralization rules are not utilized.Add support for pluralization rules.
The text was updated successfully, but these errors were encountered: