Overview

Language code mt
Aliased language codes mlt
Text direction Left to right
Number of speakers 457,267
Plural: Default plural 31 translations
Number of plurals 4
Plural type One/few/many/other
Plurals One 1
Few 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, …
Many 11, 12, 13, 14, 15, 16, 17, 18, 19, 111, …
Other 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, …
Plural formula n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3
Plural: CLDR v38+ plural 20 translations
Number of plurals 5
Plural type One/two/few/many/other
Plurals One 1
Two 2
Few 0, 3, 4, 5, 6, 7, 8, 9, 10, 103, …
Many 11, 12, 13, 14, 15, 16, 17, 18, 19, 111, …
Other 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, …
Plural formula (n == 1) ? 0 : ((n == 2) ? 1 : ((n == 0 || n % 100 >= 3 && n % 100 <= 10) ? 2 : ((n % 100 >= 11 && n % 100 <= 19) ? 3 : 4)))
Plural: Qt Linguist plural 0 translations
Number of plurals 4
Plural type One/zero/few/other
Plurals One 1
Zero 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, …
Few 11, 12, 13, 14, 15, 16, 17, 18, 19, 111, …
Other 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, …
Plural formula (n==1 ? 0 : (n==0 || (n%100>=1 && n%100<=10)) ? 1 : (n%100>=11 && n%100<=19) ? 2 : 3)
7 minutes ago

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 17,151 76,190 496,616
Approved 0% 0 0% 0 0% 0
Waiting for review 7% 1,245 3% 2,802 3% 18,037
Translated 8% 1,412 4% 3,129 4% 21,263
Needs editing 31% 5,442 10% 8,340 10% 53,780
Read-only 1% 167 1% 327 1% 3,226
Failing checks 1% 169 1% 1,065 1% 6,498
Strings with suggestions 1% 51 1% 85 1% 565
Untranslated strings 60% 10,297 84% 64,721 84% 421,573

Quick numbers

0
Hosted words
0
Hosted strings
0%
Translated
and previous 30 days

Trends of last 30 days

Hosted words
Hosted strings
Translated
Contributors
User avatar None

Resource updated

The “app/src/main/res/values/strings.xml” file was changed. 2 days ago
User avatar None

String added in the repository

 
2 days ago
User avatar None

String added in the repository

 
2 days ago
User avatar None

String added in the repository

 
2 days ago
User avatar None

Resource updated

The “app/src/main/res/values/strings.xml” file was changed. 2 days ago
User avatar None

String added in the repository

 
2 days ago
User avatar emmapeel

Changes committed

Changes committed 5 days ago
User avatar None

Changes committed

Changes committed 5 days ago
User avatar None

Changes committed

Changes committed 9 days ago
User avatar emmapeel

Explanation updated

Explanation updated 9 days ago
Browse all changes for this language