enum
Plurality cases used for translating plurals to different languages.
enum Plural { Zero: 0 One: 1 Two: 2 Few: 3 Many: 4 Other: 5 }
Member | Description |
---|---|
Zero: 0 | |
One: 1 | |
Two: 2 | |
Few: 3 | |
Many: 4 | |
Other: 5 |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/Plural