pontoon
pontoon copied to clipboard
Validate last locale plural category
Locale.cldr_plurals field is validated using the validate_cldr() method, which assures input is a list of integers between 0 and 5.
We should extend that:
- The last category (used as default) must be
manyorother. - The order of plural category indices must be ascending.