The default pluralizer.
It's pretty straightforward:
0
zero
other
1
one
The number that's being analyzed.
The list of possible translation scopes.
Generated using TypeDoc
The default pluralizer.
It's pretty straightforward:
0, then the possible keys are eitherzeroforother; this allows having translations like "You have no messages", defaulting to "You have 0 messages".1, then the key isone.1, then the key isother.