API reference / @localizer/translate / PluralCategory
Type Alias: PluralCategory experimental
PluralCategory = typeof
zero
| typeofone
| typeoftwo
| typeoffew
| typeofmany
| typeofother
Defined in: plural.ts:67
Type definition for plural categories.
Represents the possible plural categories as symbols.