Returns the plural case based on the locale
class NgLocaleLocalization extends NgLocalization { getPluralCategory(value: any, locale?: string): string;}