@ -27,8 +27,6 @@ export abstract class NgLocalization {
|
||||
* Returns the plural category for a given value.
|
||||
* - "=value" when the case exists,
|
||||
* - the plural category otherwise
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export function getPluralCategory(
|
||||
value: number, cases: string[], ngLocalization: NgLocalization, locale?: string): string {
|
||||
|
Reference in New Issue
Block a user