Pattern: Missing plural rule
Issue: -
Enforces certain plural rules to always be specified/forbidden in a message.
enum LDML {
zero = 'zero',
one = 'one',
two = 'two',
few = 'few',
many = 'many',
other = 'other',
}
Pattern: Missing plural rule
Issue: -
Enforces certain plural rules to always be specified/forbidden in a message.
enum LDML {
zero = 'zero',
one = 'one',
two = 'two',
few = 'few',
many = 'many',
other = 'other',
}