Plural

From Get docs
< @angular/commonAngular/docs/8/api/common/plural /
Revision as of 02:25, 6 December 2021 by Notes (talk | contribs) (Page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Plural

enum

Plurality cases used for translating plurals to different languages.

See also

enum Plural {
  Zero: 0
  One: 1
  Two: 2
  Few: 3
  Many: 4
  Other: 5
}

Members

Member Description
Zero: 0
One: 1
Two: 2
Few: 3
Many: 4
Other: 5


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/common/Plural