Overview
Language code | lv | |
---|---|---|
Aliased language codes | lav, lv_lv, lvs | |
English name of the language | Latvian | |
Text direction | Left to right | |
Case sensitivity | Case-sensitive | |
Number of speakers | 1,098,762 | |
Plural: Default plural 833 translations | ||
Number of plurals | 3 | |
Plural type | Zero/one/other | |
Plurals | Zero | 0, 10, 11, 12, 13, 14, 15, 16, 17, 18, … |
One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … | |
Other | 2, 3, 4, 5, 6, 7, 8, 9, 22, 23, … | |
Plural formula |
(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)
|
|
Plural: gettext plural formula 147 translations | ||
Number of plurals | 3 | |
Plural type | One/other/zero | |
Plurals | One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … |
Other | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … | |
Zero | 0 | |
Plural formula |
n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2
|
|
Plural: gettext plural formula 2 translations | ||
Number of plurals | 2 | |
Plural type | One/other | |
Plurals | Singular | 1 |
Plural | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … | |
Plural formula |
(n != 1)
|
|
Plural: gettext plural formula 1 translation | ||
Number of plurals | 3 | |
Plural type | Zero/one/other | |
Plurals | Zero | 0 |
One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … | |
Other | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … | |
Plural formula |
n == 0 ? 0 : n%10==1 && n%100!=11 ? 1 : 2
|
|
Plural: gettext plural formula 3 translations | ||
Number of plurals | 1 | |
Plural type | None | |
Plurals | ||
Plural formula |
0
|
|
Plural: gettext plural formula 0 translations | ||
Number of plurals | 3 | |
Plural type | One/few/many | |
Plurals | One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … |
Few | 2, 3, 4, 5, 6, 7, 8, 9, 22, 23, … | |
Many | 0, 10, 11, 12, 13, 14, 15, 16, 17, 18, … | |
Plural formula |
(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)
|
|
Plural: gettext plural formula 1 translation | ||
Number of plurals | 2 | |
Plural type | One/other | |
Plurals | Singular | 0, 1 |
Plural | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … | |
Plural formula |
(n > 1)
|
|
Plural: Qt Linguist plural 9 translations | ||
Number of plurals | 3 | |
Plural type | One/other/zero | |
Plurals | One | 1, 21, 31, 41, 51, 61, 71, 81, 91, 101, … |
Other | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … | |
Zero | 0 | |
Plural formula |
(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)
|
8 minutes ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 365,197 | 3,115,639 | 20,668,162 | |||
Approved | 1% | 1,133 | 1% | 7,648 | 1% | 50,448 |
Waiting for review | 26% | 96,818 | 14% | 453,742 | 13% | 2,874,290 |
Translated | 27% | 101,068 | 15% | 470,568 | 14% | 3,032,975 |
Needs editing | 11% | 40,396 | 4% | 151,227 | 4% | 983,058 |
Read-only | 1% | 3,117 | 1% | 9,178 | 1% | 108,237 |
Failing checks | 5% | 21,246 | 3% | 116,736 | 3% | 784,759 |
Strings with suggestions | 1% | 3,191 | 1% | 9,131 | 1% | 57,511 |
Untranslated strings | 61% | 223,733 | 80% | 2,493,844 | 80% | 16,652,129 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+26%
—
Contributors
+100%
![]() Changes committed |
Changes committed
an hour ago
|
![]() Resource updated |
The “
app/src/main/res/values/strings.xml ” file was changed.
3 hours ago
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|
![]() String updated in the repository |
|