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 834 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)
|
56 minutes ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 365,651 | 3,119,265 | 20,691,566 | |||
Approved | 1% | 1,132 | 1% | 7,636 | 1% | 50,376 |
Waiting for review | 26% | 96,668 | 14% | 452,702 | 13% | 2,868,882 |
Translated | 27% | 100,917 | 15% | 469,516 | 14% | 3,027,495 |
Needs editing | 11% | 40,372 | 4% | 151,197 | 4% | 982,942 |
Read-only | 1% | 3,117 | 1% | 9,178 | 1% | 108,237 |
Failing checks | 5% | 21,081 | 3% | 113,824 | 3% | 769,072 |
Strings with suggestions | 1% | 3,140 | 1% | 8,751 | 1% | 55,153 |
Untranslated strings | 61% | 224,362 | 80% | 2,498,552 | 80% | 16,681,129 |
Quick numbers
and previous 30 days
Trends of last 30 days
+7%
Hosted words
+100%
+9%
Hosted strings
+100%
+1%
Translated
+26%
+40%
Contributors
+100%
![]() Resource updated |
|
![]() String updated in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
i18n/src/commonMain/moko-resources/base/strings.xml
” file was changed. 5 hours ago