ParseOptions.strictPluralKeys property
By default, the parser will reject any plural keys that are not valid Unicode CLDR plural category keys. Setting strictPluralKeys: false
will disable this check.
Signature:
strictPluralKeys?: boolean;
By default, the parser will reject any plural keys that are not valid Unicode CLDR plural category keys. Setting strictPluralKeys: false
will disable this check.
Signature:
strictPluralKeys?: boolean;