Summary
| 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 1204 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 156 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 1 translation | ||
| 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 10 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)
|
|
02/08/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 408,129 | 3,407,279 | 22,622,595 | |||
| Approved | 1% | 1,527 | 1% | 8,078 | 1% | 51,849 |
| Waiting for review | 26% | 106,858 | 14% | 480,180 | 13% | 3,056,276 |
| Translated | 27% | 111,507 | 14% | 500,633 | 14% | 3,223,820 |
| Needs editing | 9% | 40,664 | 4% | 160,394 | 4% | 1,052,005 |
| Read-only | 1% | 3,122 | 1% | 12,375 | 1% | 115,695 |
| Failing checks | 7% | 30,992 | 4% | 153,125 | 4% | 1,042,765 |
| Strings with suggestions | 1% | 2,712 | 1% | 8,442 | 1% | 54,250 |
| Untranslated strings | 62% | 255,958 | 80% | 2,746,252 | 81% | 18,346,770 |
Quick numbers
and previous 30 days
Trends of last 30 days
+1%
Hosted words
+100%
+1%
Hosted strings
+100%
+1%
Translated
+26%
−2%
Contributors
+100%
|
Suggestion added |
|
|
Suggestion added |
|
|
Suggestion added |
|
|
Suggestion added |
|
|
Suggestion added |
|
|
Resource updated |
The “
features/libredirect/src/main/res/values/strings.xml” file was changed.
02/08/2026
|
|
String added in the repository |
|
|
String added in the repository |
|
|
Resource updated |
The “
app/src/main/res/values-lv/strings.xml” file was changed.
02/08/2026
|
|
String added in the repository |
|