| Language code |
he
|
| Aliased language codes |
he_he, iw, iw_il, iw_he, heb |
| Text direction |
Right to left |
| Number of speakers |
842,490,000 |
|
Plural: Default plural
2 translations
|
| Number of plurals |
4 |
| Plural type |
One/two/few/other |
| Plurals |
One |
1 |
Two |
2 |
| Few |
20, 30, 40, 50, 60, 70, 80, 90, 100, 110 |
| Other |
0, 3, 4, 5, 6, 7, 8, 9, 10, 11 |
| Plural formula |
(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3)) |
|
Plural: gettext plural formula
0 translations
|
| Number of plurals |
2 |
| Plural type |
One/other (classic plural) |
| Plurals |
Singular |
1 |
Plural |
0, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
| Plural formula |
(n != 1) |
|
Plural: gettext plural formula
0 translations
|
| Number of plurals |
3 |
| Plural type |
One/other/two |
| Plurals |
One |
1 |
Other |
0, 3, 4, 5, 6, 7, 8, 9, 10, 11 |
| Two |
2 |
| Plural formula |
n==1 ? 0 : n==2 ? 2 : 1 |