mwg API
    Preparing search index...

    Interface PluralCoverage

    interface PluralCoverage {
        formsPresent: Partial<Record<Intl.LDMLPluralRule, number>>;
        pluralKeys: number;
    }
    Index
    formsPresent: Partial<Record<Intl.LDMLPluralRule, number>>

    how many plural-form keys define each CLDR category, 'other' included

    pluralKeys: number

    how many keys in the catalog are plural forms at all, rather than a plain string or a Fluent message