Update contributors and supported languages (#7504)

This commit is contained in:
ByteHamster 2024-11-15 20:52:50 +01:00 committed by GitHub
parent 43e19327b8
commit 51717ee17b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 164 additions and 87 deletions

File diff suppressed because one or more lines are too long

View File

@ -56,7 +56,6 @@ android {
androidResources {
additionalParameters += ["--no-version-vectors"]
generateLocaleConfig true
}
}

View File

@ -40,6 +40,7 @@
android:logo="@mipmap/ic_launcher"
android:resizeableActivity="true"
android:allowAudioPlaybackCapture="true"
android:localeConfig="@xml/locale_config"
android:networkSecurityConfig="@xml/network_security_config">
<activity

View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en"/>
<locale android:name="ar"/>
<locale android:name="br"/>
<locale android:name="ca"/>
<locale android:name="cs"/>
<locale android:name="da"/>
<locale android:name="de"/>
<locale android:name="el"/>
<locale android:name="es"/>
<locale android:name="et"/>
<locale android:name="eu"/>
<locale android:name="fa"/>
<locale android:name="fi"/>
<locale android:name="fr"/>
<locale android:name="gl"/>
<locale android:name="hi"/>
<locale android:name="hu"/>
<locale android:name="in"/>
<locale android:name="it"/>
<locale android:name="iw"/>
<locale android:name="ja"/>
<locale android:name="ko"/>
<locale android:name="lt"/>
<locale android:name="nb"/>
<locale android:name="nl"/>
<locale android:name="pl"/>
<locale android:name="pt"/>
<locale android:name="pt-rBR"/>
<locale android:name="ro"/>
<locale android:name="ru"/>
<locale android:name="sc"/>
<locale android:name="sk"/>
<locale android:name="sl"/>
<locale android:name="sv"/>
<locale android:name="tr"/>
<locale android:name="uk"/>
<locale android:name="zh-rCN"/>
<locale android:name="zh-rTW"/>
</locale-config>

View File

@ -10,6 +10,7 @@ android {
testApplicationId "de.danoeh.antennapod.core.tests"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ["en", "ar", "br", "ca", "cs", "da", "de", "el", "es", "et", "eu", "fa", "fi", "fr", "gl", "hi", "hu", "in", "it", "iw", "ja", "ko", "lt", "nb", "nl", "pl", "pt", "pt-rBR", "ro", "ru", "sc", "sk", "sl", "sv", "tr", "uk", "zh-rCN", "zh-rTW"]
}
buildTypes {

View File

@ -0,0 +1,26 @@
#!/bin/sh
englishLenght=$(cat ui/i18n/src/main/res/values/strings.xml | wc -l)
languagesTranslatedXml="<locale android:name=\"en\"/>"
languagesTranslated="\"en\""
languagesNotEnough=""
for folder in ui/i18n/src/main/res/values-* ; do
language="${folder:28}"
lenght=$(cat "$folder/strings.xml" | wc -l)
length="$lenght"
percentageTranslated=$(( (100 * length) / englishLenght ))
if [ "$percentageTranslated" -gt "40" ]; then
languagesTranslatedXml="$languagesTranslatedXml\n<locale android:name=\"$language\"/>"
languagesTranslated="$languagesTranslated, \"$language\""
else
languagesNotEnough="$languagesNotEnough, $language"
fi
done
echo -e "$languagesTranslatedXml"
echo -e "\n\n"
echo "At least 40% translated: $languagesTranslated"
echo "Less than 40% translated: $languagesNotEnough"

View File

@ -15,27 +15,27 @@ keunes;11229646;Maintainer
flxholle;36813904;Contributor
patheticpat;16046;Contributor
brad;1614;Contributor
maxbechtold;9162198;Contributor
Cj-Malone;10121513;Contributor
maxbechtold;9162198;Contributor
flofriday;21206831;Contributor
gaul;848247;Contributor
qkolj;6667105;Contributor
gaul;848247;Contributor
pachecosf;46357909;Contributor
gerardolgvr;20119298;Contributor
johnjohndoe;144518;Contributor
hannesa2;3314607;Contributor
bws9000;262625;Contributor
ahangarha;11241315;Contributor
peakvalleytech;65185819;Contributor
ueen;5067479;Contributor
mueller-ma;22525368;Contributor
xgouchet;818706;Contributor
rharriso;570910;Contributor
terminalmage;328598;Contributor
gitstart;1501599;Contributor
TheRealFalcon;153674;Contributor
Slinger;75751;Contributor
xgouchet;818706;Contributor
mueller-ma;22525368;Contributor
ueen;5067479;Contributor
peakvalleytech;65185819;Contributor
vbh;56578479;Contributor
Slinger;75751;Contributor
TheRealFalcon;153674;Contributor
gitstart;1501599;Contributor
terminalmage;328598;Contributor
jas14;569991;Contributor
udif;809640;Contributor
malockin;12814657;Contributor
@ -53,6 +53,7 @@ saqura;1935380;Contributor
beijingling;13600573;Contributor
drabux;10663142;Contributor
dethstar;1239177;Contributor
VishnuSanal;50027064;Contributor
mchelen;30691;Contributor
CedricCabessa;365097;Contributor
jhenninger;197274;Contributor
@ -60,7 +61,6 @@ Xeitor;8825715;Contributor
ligi;111600;Contributor
egsavage;126165;Contributor
cketti;218061;Contributor
VishnuSanal;50027064;Contributor
MeirAtIMDDE;4421079;Contributor
bibz;5141956;Contributor
deandreamatias;21011641;Contributor
@ -72,19 +72,19 @@ michaelmwhite;28901334;Contributor
twiceyuan;2619800;Contributor
thrillfall;15801468;Contributor
rezanejati;16049370;Contributor
loucasal;25279797;Contributor
nereocystis;2257107;Contributor
liesen;26872;Contributor
dreiss;4121;Contributor
andre-m-dev;1729839;Contributor
archibishop;36948493;Contributor
avirajrsingh;69088913;Contributor
caoilte;1500358;Contributor
hades;45413;Contributor
loucasal;25279797;Contributor
SEVENMASTER;170855665;Contributor
toggles;14695;Contributor
connectety;26038710;Contributor
matdb;48329535;Contributor
connectety;26038710;Contributor
toggles;14695;Contributor
SEVENMASTER;170855665;Contributor
hades;45413;Contributor
caoilte;1500358;Contributor
avirajrsingh;69088913;Contributor
archibishop;36948493;Contributor
Thom-Merrilin;76849828;Contributor
SosoTughushi;19908097;Contributor
Lukmannudin;32972299;Contributor
@ -103,7 +103,7 @@ femmdi;47671383;Contributor
datavizard;44409076;Contributor
wseemann;2296196;Contributor
vinodpatildev;61724808;Contributor
kingargyle;177042;Contributor
dsmith47;14109426;Contributor
mr-intj;6268767;Contributor
quails4Eva;16786857;Contributor
tamizh143;50977879;Contributor
@ -113,34 +113,35 @@ dev-darrell;52300159;Contributor
jmdouglas;10855634;Contributor
olivoto;15932680;Contributor
PtilopsisLeucotis;54054883;Contributor
kingargyle;177042;Contributor
FarzanKh;14272565;Contributor
damlayildiz;56313500;Contributor
hannesaa2;18496079;Contributor
FarzanKh;14272565;Contributor
dsmith47;14109426;Contributor
myslok;2098329;Contributor
jhunnius;9149031;Contributor
Jared234;26669009;Contributor
JonathanZopf;47294759;Contributor
a1291762;327162;Contributor
ShadowIce;59123;Contributor
Niffler;8172446;Contributor
raghulj;57007;Contributor
raghulrm;5362986;Contributor
mamehacker;16738348;Contributor
skitt;2128935;Contributor
liutng;8223139;Contributor
shantanahardy;26757164;Contributor
shombando;42972338;Contributor
Silverwarriorin;46795935;Contributor
IsAvaible;76125864;Contributor
danners;116551;Contributor
Pinkolik;26690061;Contributor
corecode;177979;Contributor
vimsick;20211590;Contributor
Carrajaula;25173082;Contributor
edent;837136;Contributor
skitt;2128935;Contributor
mamehacker;16738348;Contributor
raghulrm;5362986;Contributor
raghulj;57007;Contributor
ShadowIce;59123;Contributor
a1291762;327162;Contributor
Niffler;8172446;Contributor
JonathanZopf;47294759;Contributor
atrus6;357881;Contributor
zawad2221;32180355;Contributor
edent;837136;Contributor
tomhense;36423219;Contributor
Carrajaula;25173082;Contributor
vimsick;20211590;Contributor
Toover;8531603;Contributor
corecode;177979;Contributor
Pinkolik;26690061;Contributor
danners;116551;Contributor
IsAvaible;76125864;Contributor
Silverwarriorin;46795935;Contributor
shombando;42972338;Contributor
shantanahardy;26757164;Contributor
sethoscope;534043;Contributor
sonnayasomnambula;7716779;Contributor
senventise;32443493;Contributor
@ -149,13 +150,15 @@ SebiderSushi;23618858;Contributor
SamWhited;512573;Contributor
bobrippling;205673;Contributor
ricardoborgesjr;2378440;Contributor
falsepineapple;186499104;Contributor
rahmatrmdn;43070505;Contributor
RafaB6n;77226971;Contributor
patrickdemers6;12687723;Contributor
vil02;65706193;Contributor
ortylp;470439;Contributor
pganssle;1377457;Contributor
patrickjkennedy;8617261;Contributor
patrickdemers6;12687723;Contributor
panoreak;25068506;Contributor
zawad2221;32180355;Contributor
trevortabaka;1552990;Contributor
thomasdomingos;16108830;Contributor
teleoflexuous;116514517;Contributor
@ -170,6 +173,7 @@ minusf;3632883;Contributor
lightonflux;1377943;Contributor
gregoryjtom;32783177;Contributor
sak96;26397224;Contributor
getgo-nobugs;11187774;Contributor
fossterer;4236021;Contributor
e-t-l;40775958;Contributor
cliambrown;17516840;Contributor
@ -180,13 +184,14 @@ andrewc1;19559401;Contributor
amhokies;3124968;Contributor
agibault;15703733;Contributor
yarons;406826;Contributor
Arvinyuchen;128272509;Contributor
weblate;1607653;Contributor
waylife;3348620;Contributor
heyyviv;56256802;Contributor
victorhaggqvist;1887628;Contributor
Toover;8531603;Contributor
tomhense;36423219;Contributor
oliver;2344;Contributor
IordanisKokk;72551397;Contributor
harshad1;1940940;Contributor
gregsimon;371616;Contributor
Geist5000;37940313;Contributor
jojoman2;2865861;Contributor
eerden;277513;Contributor
@ -214,9 +219,12 @@ alanorth;191754;Contributor
adrns;13379985;Contributor
abhinavg1997;60095795;Contributor
0x082c8bf1;70177827;Contributor
panoreak;25068506;Contributor
oliver;2344;Contributor
nproth;48482306;Contributor
nikhil097;35090769;Contributor
nicoolasj;63880378;Contributor
Mudit-pip;70972592;Contributor
mounirlamouri;573590;Contributor
MolarAmbiguity;10541979;Contributor
Mengshi24;58278376;Contributor
@ -241,4 +249,3 @@ JonOfUs;11487762;Contributor
Foso;5015532;Contributor
jannic;232606;Contributor
jklippel;8657220;Contributor
IordanisKokk;72551397;Contributor

1 ByteHamster 5811634 Maintainer
15 flxholle 36813904 Contributor
16 patheticpat 16046 Contributor
17 brad 1614 Contributor
maxbechtold 9162198 Contributor
18 Cj-Malone 10121513 Contributor
19 maxbechtold 9162198 Contributor
20 flofriday 21206831 Contributor
gaul 848247 Contributor
21 qkolj 6667105 Contributor
22 gaul 848247 Contributor
23 pachecosf 46357909 Contributor
24 gerardolgvr 20119298 Contributor
25 johnjohndoe 144518 Contributor
26 hannesa2 3314607 Contributor
27 bws9000 262625 Contributor
28 ahangarha 11241315 Contributor
peakvalleytech 65185819 Contributor
ueen 5067479 Contributor
mueller-ma 22525368 Contributor
xgouchet 818706 Contributor
29 rharriso 570910 Contributor
30 terminalmage xgouchet 328598 818706 Contributor
31 gitstart mueller-ma 1501599 22525368 Contributor
32 TheRealFalcon ueen 153674 5067479 Contributor
33 Slinger peakvalleytech 75751 65185819 Contributor
34 vbh 56578479 Contributor
35 Slinger 75751 Contributor
36 TheRealFalcon 153674 Contributor
37 gitstart 1501599 Contributor
38 terminalmage 328598 Contributor
39 jas14 569991 Contributor
40 udif 809640 Contributor
41 malockin 12814657 Contributor
53 beijingling 13600573 Contributor
54 drabux 10663142 Contributor
55 dethstar 1239177 Contributor
56 VishnuSanal 50027064 Contributor
57 mchelen 30691 Contributor
58 CedricCabessa 365097 Contributor
59 jhenninger 197274 Contributor
61 ligi 111600 Contributor
62 egsavage 126165 Contributor
63 cketti 218061 Contributor
VishnuSanal 50027064 Contributor
64 MeirAtIMDDE 4421079 Contributor
65 bibz 5141956 Contributor
66 deandreamatias 21011641 Contributor
72 twiceyuan 2619800 Contributor
73 thrillfall 15801468 Contributor
74 rezanejati 16049370 Contributor
75 loucasal 25279797 Contributor
76 nereocystis 2257107 Contributor
77 liesen 26872 Contributor
78 dreiss 4121 Contributor
79 andre-m-dev 1729839 Contributor
archibishop 36948493 Contributor
avirajrsingh 69088913 Contributor
caoilte 1500358 Contributor
hades 45413 Contributor
loucasal 25279797 Contributor
SEVENMASTER 170855665 Contributor
toggles 14695 Contributor
connectety 26038710 Contributor
80 matdb 48329535 Contributor
81 connectety 26038710 Contributor
82 toggles 14695 Contributor
83 SEVENMASTER 170855665 Contributor
84 hades 45413 Contributor
85 caoilte 1500358 Contributor
86 avirajrsingh 69088913 Contributor
87 archibishop 36948493 Contributor
88 Thom-Merrilin 76849828 Contributor
89 SosoTughushi 19908097 Contributor
90 Lukmannudin 32972299 Contributor
103 datavizard 44409076 Contributor
104 wseemann 2296196 Contributor
105 vinodpatildev 61724808 Contributor
106 kingargyle dsmith47 177042 14109426 Contributor
107 mr-intj 6268767 Contributor
108 quails4Eva 16786857 Contributor
109 tamizh143 50977879 Contributor
113 jmdouglas 10855634 Contributor
114 olivoto 15932680 Contributor
115 PtilopsisLeucotis 54054883 Contributor
116 kingargyle 177042 Contributor
117 FarzanKh 14272565 Contributor
118 damlayildiz 56313500 Contributor
119 hannesaa2 18496079 Contributor
FarzanKh 14272565 Contributor
dsmith47 14109426 Contributor
120 myslok 2098329 Contributor
121 jhunnius 9149031 Contributor
122 Jared234 26669009 Contributor
JonathanZopf 47294759 Contributor
a1291762 327162 Contributor
ShadowIce 59123 Contributor
Niffler 8172446 Contributor
raghulj 57007 Contributor
raghulrm 5362986 Contributor
mamehacker 16738348 Contributor
skitt 2128935 Contributor
123 liutng 8223139 Contributor
124 shantanahardy skitt 26757164 2128935 Contributor
125 shombando mamehacker 42972338 16738348 Contributor
126 Silverwarriorin raghulrm 46795935 5362986 Contributor
127 IsAvaible raghulj 76125864 57007 Contributor
128 danners ShadowIce 116551 59123 Contributor
129 Pinkolik a1291762 26690061 327162 Contributor
130 corecode Niffler 177979 8172446 Contributor
131 vimsick JonathanZopf 20211590 47294759 Contributor
Carrajaula 25173082 Contributor
edent 837136 Contributor
132 atrus6 357881 Contributor
133 zawad2221 edent 32180355 837136 Contributor
134 tomhense 36423219 Contributor
135 Carrajaula 25173082 Contributor
136 vimsick 20211590 Contributor
137 Toover 8531603 Contributor
138 corecode 177979 Contributor
139 Pinkolik 26690061 Contributor
140 danners 116551 Contributor
141 IsAvaible 76125864 Contributor
142 Silverwarriorin 46795935 Contributor
143 shombando 42972338 Contributor
144 shantanahardy 26757164 Contributor
145 sethoscope 534043 Contributor
146 sonnayasomnambula 7716779 Contributor
147 senventise 32443493 Contributor
150 SamWhited 512573 Contributor
151 bobrippling 205673 Contributor
152 ricardoborgesjr 2378440 Contributor
153 falsepineapple 186499104 Contributor
154 rahmatrmdn 43070505 Contributor
155 RafaB6n 77226971 Contributor
156 patrickdemers6 12687723 Contributor
157 vil02 65706193 Contributor
158 ortylp 470439 Contributor
159 pganssle 1377457 Contributor
160 patrickjkennedy 8617261 Contributor
161 patrickdemers6 zawad2221 12687723 32180355 Contributor
panoreak 25068506 Contributor
162 trevortabaka 1552990 Contributor
163 thomasdomingos 16108830 Contributor
164 teleoflexuous 116514517 Contributor
173 lightonflux 1377943 Contributor
174 gregoryjtom 32783177 Contributor
175 sak96 26397224 Contributor
176 getgo-nobugs 11187774 Contributor
177 fossterer 4236021 Contributor
178 e-t-l 40775958 Contributor
179 cliambrown 17516840 Contributor
184 amhokies 3124968 Contributor
185 agibault 15703733 Contributor
186 yarons 406826 Contributor
187 Arvinyuchen 128272509 Contributor
188 weblate 1607653 Contributor
189 waylife 3348620 Contributor
190 heyyviv 56256802 Contributor
191 victorhaggqvist 1887628 Contributor
192 Toover IordanisKokk 8531603 72551397 Contributor
tomhense 36423219 Contributor
oliver 2344 Contributor
193 harshad1 1940940 Contributor
194 gregsimon 371616 Contributor
195 Geist5000 37940313 Contributor
196 jojoman2 2865861 Contributor
197 eerden 277513 Contributor
219 adrns 13379985 Contributor
220 abhinavg1997 60095795 Contributor
221 0x082c8bf1 70177827 Contributor
222 panoreak 25068506 Contributor
223 oliver 2344 Contributor
224 nproth 48482306 Contributor
225 nikhil097 35090769 Contributor
226 nicoolasj 63880378 Contributor
227 Mudit-pip 70972592 Contributor
228 mounirlamouri 573590 Contributor
229 MolarAmbiguity 10541979 Contributor
230 Mengshi24 58278376 Contributor
249 Foso 5015532 Contributor
250 jannic 232606 Contributor
251 jklippel 8657220 Contributor
IordanisKokk 72551397 Contributor

View File

@ -1,52 +1,53 @@
Arabic;abuzar3.khalid, AhmedHll, Ammar99, badarotti, fake4K, HeshamTB, keunes, mars_amn, Mehyar, mh.abdelhay, mhamade, moftasa, mohmans, MustafaAlgurabi, nabilMaghura, rex07, shubbar, vernandos, zyahya, zydwael
Arabic;abuzar3.khalid, AhmedHll, Ammar99, badarotti, fake4K, HeshamTB, keunes, mars_amn, Mehyar, mh.abdelhay, mhamade, moftasa, Mohamed_Nour, mohmans, MustafaAlgurabi, nabilMaghura, rex07, shubbar, vernandos, zyahya, zydwael
Asturian (ast_ES);enolp, keunes
Azerbaijani;5NOER227O, xxmn77
Basque;a_mento, albaja, Asier_Iturralde_Sarasola, bipoza, gaztainalde, IngrownMink4, keunes, Osoitz, pospolos
Belarusian;Kliazovich
Bengali;chowdhurytasmeehur, laggybird
Breton;Belvar, Eorn, EwenKorr, FlorentTroer, Iriep, keunes, technozuzici
Bulgarian;keunes, ma4ko, mihainov, pavelspr1, ppk89, solusitor, thereef, x7ype
Catalan;and_dapo, arseru, badlop, bluegeekgh, carles.llacer, dsoms, dvd1985, elcamilet, exort12, IvanAmarante, javiercoll, josep2, keunes, Kintu, lambdani, marcmetallextrem, prova, sandandmercury, selmins, xc70
Chinese (zh_CN);135e2, 946676181, aihenry2980, Biacke, brnme, claybiockiller, clong289734997, cyril3, Felix2yu, gaohongyuan, Guaidaodl, Huck0, iconteral, jhxie, jxj2zzz79pfp9bpo, JY3, keunes, kyleehee, molisiye, owen8877, RainSlide, RangerNJU, Sak94664, spice2wolf, tupunco, weylinn, whiye.hust, wongsyrone, Xrodo, yangyang, yiqiok
Chinese (zh_TW);bobchao, BWsix, ijliao, keunes, LNDDYL, mapobi, Mushiyo, pggdt, sam0090, ymhuang0808
Czech (cs_CZ);anotheranonymoususer, befeleme, Benda, elich, Hanzmeister, jjh, JStrange, kudlav, McLenin666, md.share, PetrC, ShimonH, svetlemodry, Thomaash, viotalJiplk
Chinese (zh_CN);135e2, 946676181, aihenry2980, Biacke, brnme, clong289734997, cyril3, Felix2yu, gaohongyuan, Guaidaodl, Huck0, iconteral, jhxie, jxj2zzz79pfp9bpo, JY3, keunes, kyleehee, molisiye, owen8877, RainSlide, RangerNJU, Sak94664, spice2wolf, tupunco, weylinn, whiye.hust, wongsyrone, Xrodo, yangyang, yiqiok
Chinese (zh_TW);bobchao, BWsix, ijliao, keunes, LNDDYL, mapobi, MrChimp, Mushiyo, pggdt, sam0090, ymhuang0808
Czech (cs_CZ);anotheranonymoususer, befeleme, Benda, elich, Hanzmeister, jjh, JStrange, kudlav, McLenin666, md.share, PetrC, ShimonH, svetlemodry, Thomaash, Toonlink3000, viotalJiplk
Danish;deusdenton, ERYpTION, Grooty12, JFreak, jhertel, keunes, mikini, petterbejo, SebastianKiwiDk, soelvraeven
Dutch;boterkoter, daerts, e2jk, fvbommel, keunes, Kleurenregen, mijnheer, oldblue, rwv, twijg, Vistaus, wf0pp0z6, y33per
Estonian;beez276, Eraser, keunes, mahfiaz, Rots, udutaja
Dutch;AleksanderM, boterkoter, daerts, e2jk, fvbommel, keunes, Kleurenregen, mijnheer, oldblue, rwv, twijg, Vistaus, wf0pp0z6, y33per
Estonian;beez276, Eraser, keunes, kristiankalm, mahfiaz, Rots, udutaja
Finnish;Ban3, keunes, ktstmu, Kuutar, noppa, Sahtor, scop, teemue, trantena
French;5moufl, 5NOER227O, AX.AGD, ayiniho, ChaoticMind, clombion, Cornegidouille, Daremo, e2jk, ebouaziz, keunes, klintom, Kuscoo, lacouture, LouFex, manuelleduc, Matth78, paolovador, petterbejo, PierreLaville, Poussinou, RomainTT, sterylmreep, teamon, Thoscellen
French;5moufl, 5NOER227O, AleksanderM, AX.AGD, ayiniho, ChaoticMind, clombion, Cornegidouille, Daremo, e2jk, ebouaziz, keunes, klintom, Kuscoo, lacouture, LouFex, manuelleduc, Matth78, paolovador, petterbejo, PierreLaville, Poussinou, RomainTT, Serge_Thigos, sterylmreep, teamon, Thoscellen
Galician;antiparvos, pikamoku, Raichely, Sirgo
German;23Ba1l598, 5NOER227O, _Er, axre, ByteHamster, Ceekay, ceving, dadosch, datesastick, Delvo, DerSilly, elkangaroo, Erc187, F462, f_grubm, femmdi, finsterwalder, forght, hbilke, HolgerJeromin, JMAN, JoeMcFly, jokap, JoniArida, JonOfUs, kalei, keunes, klyneloud, Kostas_F, L.D.A., Macusercom, MahdiMoradi, matthias.g, max.wittig, mfietz, Michael_Strecke, mkida, muellerma, Nickname, petterbejo, pudeeh, Quiss42, realpixelcode, repat, sadfgdf, Sargon_Isa, teamon, thetrash23, thiesrappen, timo.rohwedder, toaskoas, Tobiasff3200, tomte, Tonne11, ttick, tweimer, VfBFan, vrifox, Willhelm, ypid
German;23Ba1l598, 5NOER227O, _Er, AleksanderM, axre, ByteHamster, Ceekay, ceving, dadosch, datesastick, Delvo, DerSilly, dpolterauer, elkangaroo, Erc187, F462, f_grubm, femmdi, finsterwalder, FlorianW, forght, hbilke, HolgerJeromin, JMAN, JoeMcFly, jokap, JoniArida, JonOfUs, kalei, keunes, klyneloud, Kostas_F, L.D.A., Macusercom, MahdiMoradi, matthias.g, max.wittig, mfietz, Michael_Strecke, mkida, mMuck, muellerma, Nickname, petterbejo, pudeeh, Quiss42, realpixelcode, repat, sadfgdf, Serge_Thigos, teamon, thetrash23, thiesrappen, timo.rohwedder, toaskoas, Tobiasff3200, tomte, Tonne11, ttick, tweimer, VfBFan, vrifox, Willhelm, ypid
Hebrew (he_IL);amir.dafnyman, E1i9, eldaryiftach, mongoose4004, pinkasey, rellieberman, Yaron
Hindi (hi_IN);Agyat009, itforchange, keunes, mtshmtha, PrestigiousBeat6355, purple.coder, siddhusengar, singhrishi245021, techiethakkar, TheAlphaApp, thelazyoxymoron
Hindi (hi_IN);Agyat009, akhilbhartiya, itforchange, keunes, mtshmtha, PrestigiousBeat6355, purple.coder, siddhusengar, singhrishi245021, techiethakkar, TheAlphaApp, thelazyoxymoron, viraaajas
Hu;aron.szabo, hurrikan, keunes, lna91, lomapur, marthynw, mc.transifex, meskobalazs, MMate2007, naren93, Remboo
Icelandic;keunes, marthjod
Indonesian;awmpawl, dbrw, justch, keunes, levirs565, liimee, Matyeyev
Italian (it_IT);aalex70, allin, alvami, atilluF, Bonnee, datesastick, dontknowcris, gdonisi, giulia.iuppa, giuseppep, Guybrush88, ilmanzo, juanjom, keunes, lu.por, m.chinni, marco_pag, mat650, micael_27, mircocau, ne0xt8, neonsoftware, niccord, nicolo.tarter, salorock, theloca95
Japanese;atsukotominaga, ayiniho, giulia.iuppa, guyze, kenchankunsan, keunes, kirameister, KotaKato, Naofumi, sh3llc4t, shuuji3, tko_cactus, TranslatorG, Xrodo
Japanese;atsukotominaga, ayiniho, giulia.iuppa, guyze, kenchankunsan, keunes, kirameister, KotaKato, Naofumi, sh3llc4t, shuuji3, tko_cactus, TranslatorG, ubntro, Xrodo
Kannada (kn_IN);chethanhs, chiraag.nataraj, deepu2, itforchange, keunes, thejeshgn, yogi
Ko;changwoo, eshc123, keunes, libliboom, shinwookim
Latin;nivaca
Lithuanian;keunes, Sharper
Latin;AleksanderM, dpolterauer, nivaca
Lithuanian;keunes, Rytis, Sharper
Macedonian;krisfremen
Malayalam;joice, keunes, KiranS, rashivkp
Modern Greek (1453-);AnimaRain, antonist, ApostolosKourpadakis, bufetr, Fotispel, Ioannis_D, keunes, Kostas_F, OpenContribution, pavlosv, pcguy23
Norwegian Bokmål (nb_NO);abstrakct, ahysing, bablecopherye, corkie, forteller, Gauteweb, halibut, heraldo, jakobkg, Jamiera, keunes, Kjodleiken, kongk, sevenmaster, tc5, timbast, TrymSan, ttick
Modern Greek (1453-);AnimaRain, antonist, ApostolosKourpadakis, bufetr, Fotispel, Ioannis_D, keunes, Kostas_F, OpenContribution, pavlosv, pcguy23, trlef19
Norwegian Bokmål (nb_NO);abstrakct, ahysing, bablecopherye, corkie, forteller, Gauteweb, halibut, heraldo, jakobkg, Jamiera, keunes, kjetilaardal, Kjodleiken, kongk, sevenmaster, tc5, timbast, TrymSan, ttick
Persian;ahangarha, amiraref, danialbehzadi, ebadi, ebraminio, F7D, hamidrezabayat76, K2latmanesh, keunes, khersi, MahdiMoradi, mmehdishafiee, sinamoghaddas, zarinisalman62
Polish (pl_PL);ad.szczepanski, befeleme, ewm, Gadzinisko, hiro2020, Iwangelion, K0RR, kamila.miodek1991, keunes, lomapur, M4SK1N, mandlus, maniexx, Medzik, Mephistofeles, millup, Modymh, portonus, Rakowy_Manaska, scooby250319888, shark103, TheName, tyle
Portuguese;Blackspirits, emansije, jmelo461, keunes, lecalam, smarquespt, WalkerPt
Polish (pl_PL);ad.szczepanski, befeleme, ewm, Gadzinisko, hiro2020, Iwangelion, K0RR, kamila.miodek1991, keunes, lomapur, M4SK1N, mandlus, maniexx, Medzik, Mephistofeles, millup, Modymh, portonus, Rakowy_Manaska, scooby250319888, shark103, TheName, tranzystorekk, tyle, xsw22wsx
Portuguese;Blackspirits, emansije, jmelo461, keunes, lecalam, WalkerPt
Portuguese (pt_BR);alexupits, alysonborges, amalvarenga, andersonvom, aracnus, arua, bandreghetti, brasileiro, caioau, carlo_valente, castrors, denisdl, diecavallax, fnogcps, gleysonabreu, jmelo461, jonanthancdn, keunes, lipefire, mbaltar, olivoto, philosp, rafaelff1, ricardo_ramos, rogervezaro, RubeensVinicius, SamWilliam, tepadilha, tschertel, vieira.danilo, Xandefex, ziul123
Romanian (ro_RO);AdrianMirica, andreh, cosminh, eRadical, fuzzmz, Hiumee, keunes, mozartro, ralienpp
Russian (ru_RU);ashed, btimofeev, Duke_Raven, flexagoon, gammja, homocomputeris, IgorPolyakov, jokuskay, keunes, mercutiy, nachoman, null, overmind88, polyblank66, PtilopsisLeucotis, s.chebotar, tepxd, un_logic, Vladryyu, whereisthetea, yako
Sardinian;prova
Slovak;ati3, jose1711, keunes, marulinko, McLenin666, real_name, tiborepcek
Slovenian (sl_SI);asovic, filomena.pzn, kaboom, keunes, panter23, TheFireFighter, trus2
Spanish;3argueta3, 5NOER227O, albaja, AleksSyntek, andersonvom, andrespelaezp, arseru, Atreyu94, badlop, CaeM0R, carlos.levy, cartojo, deandreamatias, delthia, devarops, dvd1985, elcamilet, elojodepajaro, Fitoschido, frandavid100, Gomerick, hard_ware, Ioannis_D, israelem, javiercoll, keunes, kiekie, LatinSuD, leogrignafini, meanderingDot, nacho222, Nickname, nivaca, rafael.osuna, technozuzici, tldevelopbit, tres.14159, vfmatzkin, victorzequeida96, wakutiteo, ziul123
Spanish;3argueta3, 5NOER227O, albaja, AleksSyntek, andersonvom, andrespelaezp, arseru, Atreyu94, badlop, CaeM0R, carlos.levy, cartojo, deandreamatias, delthia, devarops, drewski, dvd1985, elcamilet, elojodepajaro, Fitoschido, frandavid100, Gomerick, hard_ware, Ioannis_D, israelem, javiercoll, keunes, kiekie, LatinSuD, leogrignafini, meanderingDot, nacho222, Nickname, nivaca, rafael.osuna, technozuzici, tldevelopbit, tres.14159, vfmatzkin, victorzequeida96, wakutiteo, ziul123
Swahili (macrolanguage);1silvester, joelkanyi, keunes, kmtra
Swedish (sv_SE);aiix, Ainali, bittin, bpnilsson, gustavkj, jrosdahl, keunes, lgrothenstam, LinAGKar, martinb3000, nilso, TwoD, victorhggqvst
Swedish (sv_SE);aiix, Ainali, bpnilsson, gustavkj, jrosdahl, keunes, lgrothenstam, LinAGKar, martinb3000, nilso, TwoD, victorhggqvst
Tamil;muthuraj5107220
Tatar;seber
Telugu;Chandrika11P11, keunes, veeven
Turkish;AhmedDuran, alianilkocak, alierdogan7, AliGaygisiz, androtuna, archixe, brsata, Erdy, firatsoygul, ibo90p, kabaqtepeli, keunes, Only1337, overbite, Piryus, samsamsamsam, sismantolga, Slsdem, Sxinar, TZVS, xe1st
Turkish;AhmedDuran, alianilkocak, alierdogan7, AliGaygisiz, androtuna, archixe, brsata, efraildokmeegitim, ehocaoglu, Erdy, firatsoygul, ibo90p, kabaqtepeli, keunes, Only1337, overbite, Piryus, samsamsamsam, sismantolga, Slsdem, Sxinar, TZVS, xe1st
Ukrainian (uk_UA);amatra, aserbovets, balaraz, Bergil32, cron, hishak, keunes, koorool, older, paul_sm, sergiyr, voinovich_vyacheslav, zhenya97
Uzbek;Usmon
Vietnamese;abnvolk, bruhwut, keunes, ppanhh

1 Arabic abuzar3.khalid, AhmedHll, Ammar99, badarotti, fake4K, HeshamTB, keunes, mars_amn, Mehyar, mh.abdelhay, mhamade, moftasa, mohmans, MustafaAlgurabi, nabilMaghura, rex07, shubbar, vernandos, zyahya, zydwael abuzar3.khalid, AhmedHll, Ammar99, badarotti, fake4K, HeshamTB, keunes, mars_amn, Mehyar, mh.abdelhay, mhamade, moftasa, Mohamed_Nour, mohmans, MustafaAlgurabi, nabilMaghura, rex07, shubbar, vernandos, zyahya, zydwael
2 Asturian (ast_ES) enolp, keunes enolp, keunes
3 Azerbaijani 5NOER227O, xxmn77 5NOER227O, xxmn77
4 Basque a_mento, albaja, Asier_Iturralde_Sarasola, bipoza, gaztainalde, IngrownMink4, keunes, Osoitz, pospolos a_mento, albaja, Asier_Iturralde_Sarasola, bipoza, gaztainalde, IngrownMink4, keunes, Osoitz, pospolos
5 Belarusian Kliazovich
6 Bengali chowdhurytasmeehur, laggybird chowdhurytasmeehur, laggybird
7 Breton Belvar, Eorn, EwenKorr, FlorentTroer, Iriep, keunes, technozuzici Belvar, Eorn, EwenKorr, FlorentTroer, Iriep, keunes, technozuzici
8 Bulgarian keunes, ma4ko, mihainov, pavelspr1, ppk89, solusitor, thereef, x7ype keunes, ma4ko, mihainov, pavelspr1, ppk89, solusitor, thereef, x7ype
9 Catalan and_dapo, arseru, badlop, bluegeekgh, carles.llacer, dsoms, dvd1985, elcamilet, exort12, IvanAmarante, javiercoll, josep2, keunes, Kintu, lambdani, marcmetallextrem, prova, sandandmercury, selmins, xc70 and_dapo, arseru, badlop, bluegeekgh, carles.llacer, dsoms, dvd1985, elcamilet, exort12, IvanAmarante, javiercoll, josep2, keunes, Kintu, lambdani, marcmetallextrem, prova, sandandmercury, selmins, xc70
10 Chinese (zh_CN) 135e2, 946676181, aihenry2980, Biacke, brnme, claybiockiller, clong289734997, cyril3, Felix2yu, gaohongyuan, Guaidaodl, Huck0, iconteral, jhxie, jxj2zzz79pfp9bpo, JY3, keunes, kyleehee, molisiye, owen8877, RainSlide, RangerNJU, Sak94664, spice2wolf, tupunco, weylinn, whiye.hust, wongsyrone, Xrodo, yangyang, yiqiok 135e2, 946676181, aihenry2980, Biacke, brnme, clong289734997, cyril3, Felix2yu, gaohongyuan, Guaidaodl, Huck0, iconteral, jhxie, jxj2zzz79pfp9bpo, JY3, keunes, kyleehee, molisiye, owen8877, RainSlide, RangerNJU, Sak94664, spice2wolf, tupunco, weylinn, whiye.hust, wongsyrone, Xrodo, yangyang, yiqiok
11 Chinese (zh_TW) bobchao, BWsix, ijliao, keunes, LNDDYL, mapobi, Mushiyo, pggdt, sam0090, ymhuang0808 bobchao, BWsix, ijliao, keunes, LNDDYL, mapobi, MrChimp, Mushiyo, pggdt, sam0090, ymhuang0808
12 Czech (cs_CZ) anotheranonymoususer, befeleme, Benda, elich, Hanzmeister, jjh, JStrange, kudlav, McLenin666, md.share, PetrC, ShimonH, svetlemodry, Thomaash, viotalJiplk anotheranonymoususer, befeleme, Benda, elich, Hanzmeister, jjh, JStrange, kudlav, McLenin666, md.share, PetrC, ShimonH, svetlemodry, Thomaash, Toonlink3000, viotalJiplk
13 Danish deusdenton, ERYpTION, Grooty12, JFreak, jhertel, keunes, mikini, petterbejo, SebastianKiwiDk, soelvraeven deusdenton, ERYpTION, Grooty12, JFreak, jhertel, keunes, mikini, petterbejo, SebastianKiwiDk, soelvraeven
14 Dutch boterkoter, daerts, e2jk, fvbommel, keunes, Kleurenregen, mijnheer, oldblue, rwv, twijg, Vistaus, wf0pp0z6, y33per AleksanderM, boterkoter, daerts, e2jk, fvbommel, keunes, Kleurenregen, mijnheer, oldblue, rwv, twijg, Vistaus, wf0pp0z6, y33per
15 Estonian beez276, Eraser, keunes, mahfiaz, Rots, udutaja beez276, Eraser, keunes, kristiankalm, mahfiaz, Rots, udutaja
16 Finnish Ban3, keunes, ktstmu, Kuutar, noppa, Sahtor, scop, teemue, trantena Ban3, keunes, ktstmu, Kuutar, noppa, Sahtor, scop, teemue, trantena
17 French 5moufl, 5NOER227O, AX.AGD, ayiniho, ChaoticMind, clombion, Cornegidouille, Daremo, e2jk, ebouaziz, keunes, klintom, Kuscoo, lacouture, LouFex, manuelleduc, Matth78, paolovador, petterbejo, PierreLaville, Poussinou, RomainTT, sterylmreep, teamon, Thoscellen 5moufl, 5NOER227O, AleksanderM, AX.AGD, ayiniho, ChaoticMind, clombion, Cornegidouille, Daremo, e2jk, ebouaziz, keunes, klintom, Kuscoo, lacouture, LouFex, manuelleduc, Matth78, paolovador, petterbejo, PierreLaville, Poussinou, RomainTT, Serge_Thigos, sterylmreep, teamon, Thoscellen
18 Galician antiparvos, pikamoku, Raichely, Sirgo antiparvos, pikamoku, Raichely, Sirgo
19 German 23Ba1l598, 5NOER227O, _Er, axre, ByteHamster, Ceekay, ceving, dadosch, datesastick, Delvo, DerSilly, elkangaroo, Erc187, F462, f_grubm, femmdi, finsterwalder, forght, hbilke, HolgerJeromin, JMAN, JoeMcFly, jokap, JoniArida, JonOfUs, kalei, keunes, klyneloud, Kostas_F, L.D.A., Macusercom, MahdiMoradi, matthias.g, max.wittig, mfietz, Michael_Strecke, mkida, muellerma, Nickname, petterbejo, pudeeh, Quiss42, realpixelcode, repat, sadfgdf, Sargon_Isa, teamon, thetrash23, thiesrappen, timo.rohwedder, toaskoas, Tobiasff3200, tomte, Tonne11, ttick, tweimer, VfBFan, vrifox, Willhelm, ypid 23Ba1l598, 5NOER227O, _Er, AleksanderM, axre, ByteHamster, Ceekay, ceving, dadosch, datesastick, Delvo, DerSilly, dpolterauer, elkangaroo, Erc187, F462, f_grubm, femmdi, finsterwalder, FlorianW, forght, hbilke, HolgerJeromin, JMAN, JoeMcFly, jokap, JoniArida, JonOfUs, kalei, keunes, klyneloud, Kostas_F, L.D.A., Macusercom, MahdiMoradi, matthias.g, max.wittig, mfietz, Michael_Strecke, mkida, mMuck, muellerma, Nickname, petterbejo, pudeeh, Quiss42, realpixelcode, repat, sadfgdf, Serge_Thigos, teamon, thetrash23, thiesrappen, timo.rohwedder, toaskoas, Tobiasff3200, tomte, Tonne11, ttick, tweimer, VfBFan, vrifox, Willhelm, ypid
20 Hebrew (he_IL) amir.dafnyman, E1i9, eldaryiftach, mongoose4004, pinkasey, rellieberman, Yaron amir.dafnyman, E1i9, eldaryiftach, mongoose4004, pinkasey, rellieberman, Yaron
21 Hindi (hi_IN) Agyat009, itforchange, keunes, mtshmtha, PrestigiousBeat6355, purple.coder, siddhusengar, singhrishi245021, techiethakkar, TheAlphaApp, thelazyoxymoron Agyat009, akhilbhartiya, itforchange, keunes, mtshmtha, PrestigiousBeat6355, purple.coder, siddhusengar, singhrishi245021, techiethakkar, TheAlphaApp, thelazyoxymoron, viraaajas
22 Hu aron.szabo, hurrikan, keunes, lna91, lomapur, marthynw, mc.transifex, meskobalazs, MMate2007, naren93, Remboo aron.szabo, hurrikan, keunes, lna91, lomapur, marthynw, mc.transifex, meskobalazs, MMate2007, naren93, Remboo
23 Icelandic keunes, marthjod keunes, marthjod
24 Indonesian awmpawl, dbrw, justch, keunes, levirs565, liimee, Matyeyev awmpawl, dbrw, justch, keunes, levirs565, liimee, Matyeyev
25 Italian (it_IT) aalex70, allin, alvami, atilluF, Bonnee, datesastick, dontknowcris, gdonisi, giulia.iuppa, giuseppep, Guybrush88, ilmanzo, juanjom, keunes, lu.por, m.chinni, marco_pag, mat650, micael_27, mircocau, ne0xt8, neonsoftware, niccord, nicolo.tarter, salorock, theloca95 aalex70, allin, alvami, atilluF, Bonnee, datesastick, dontknowcris, gdonisi, giulia.iuppa, giuseppep, Guybrush88, ilmanzo, juanjom, keunes, lu.por, m.chinni, marco_pag, mat650, micael_27, mircocau, ne0xt8, neonsoftware, niccord, nicolo.tarter, salorock, theloca95
26 Japanese atsukotominaga, ayiniho, giulia.iuppa, guyze, kenchankunsan, keunes, kirameister, KotaKato, Naofumi, sh3llc4t, shuuji3, tko_cactus, TranslatorG, Xrodo atsukotominaga, ayiniho, giulia.iuppa, guyze, kenchankunsan, keunes, kirameister, KotaKato, Naofumi, sh3llc4t, shuuji3, tko_cactus, TranslatorG, ubntro, Xrodo
27 Kannada (kn_IN) chethanhs, chiraag.nataraj, deepu2, itforchange, keunes, thejeshgn, yogi chethanhs, chiraag.nataraj, deepu2, itforchange, keunes, thejeshgn, yogi
28 Ko changwoo, eshc123, keunes, libliboom, shinwookim changwoo, eshc123, keunes, libliboom, shinwookim
29 Latin nivaca AleksanderM, dpolterauer, nivaca
30 Lithuanian keunes, Sharper keunes, Rytis, Sharper
31 Macedonian krisfremen krisfremen
32 Malayalam joice, keunes, KiranS, rashivkp joice, keunes, KiranS, rashivkp
33 Modern Greek (1453-) AnimaRain, antonist, ApostolosKourpadakis, bufetr, Fotispel, Ioannis_D, keunes, Kostas_F, OpenContribution, pavlosv, pcguy23 AnimaRain, antonist, ApostolosKourpadakis, bufetr, Fotispel, Ioannis_D, keunes, Kostas_F, OpenContribution, pavlosv, pcguy23, trlef19
34 Norwegian Bokmål (nb_NO) abstrakct, ahysing, bablecopherye, corkie, forteller, Gauteweb, halibut, heraldo, jakobkg, Jamiera, keunes, Kjodleiken, kongk, sevenmaster, tc5, timbast, TrymSan, ttick abstrakct, ahysing, bablecopherye, corkie, forteller, Gauteweb, halibut, heraldo, jakobkg, Jamiera, keunes, kjetilaardal, Kjodleiken, kongk, sevenmaster, tc5, timbast, TrymSan, ttick
35 Persian ahangarha, amiraref, danialbehzadi, ebadi, ebraminio, F7D, hamidrezabayat76, K2latmanesh, keunes, khersi, MahdiMoradi, mmehdishafiee, sinamoghaddas, zarinisalman62 ahangarha, amiraref, danialbehzadi, ebadi, ebraminio, F7D, hamidrezabayat76, K2latmanesh, keunes, khersi, MahdiMoradi, mmehdishafiee, sinamoghaddas, zarinisalman62
36 Polish (pl_PL) ad.szczepanski, befeleme, ewm, Gadzinisko, hiro2020, Iwangelion, K0RR, kamila.miodek1991, keunes, lomapur, M4SK1N, mandlus, maniexx, Medzik, Mephistofeles, millup, Modymh, portonus, Rakowy_Manaska, scooby250319888, shark103, TheName, tyle ad.szczepanski, befeleme, ewm, Gadzinisko, hiro2020, Iwangelion, K0RR, kamila.miodek1991, keunes, lomapur, M4SK1N, mandlus, maniexx, Medzik, Mephistofeles, millup, Modymh, portonus, Rakowy_Manaska, scooby250319888, shark103, TheName, tranzystorekk, tyle, xsw22wsx
37 Portuguese Blackspirits, emansije, jmelo461, keunes, lecalam, smarquespt, WalkerPt Blackspirits, emansije, jmelo461, keunes, lecalam, WalkerPt
38 Portuguese (pt_BR) alexupits, alysonborges, amalvarenga, andersonvom, aracnus, arua, bandreghetti, brasileiro, caioau, carlo_valente, castrors, denisdl, diecavallax, fnogcps, gleysonabreu, jmelo461, jonanthancdn, keunes, lipefire, mbaltar, olivoto, philosp, rafaelff1, ricardo_ramos, rogervezaro, RubeensVinicius, SamWilliam, tepadilha, tschertel, vieira.danilo, Xandefex, ziul123 alexupits, alysonborges, amalvarenga, andersonvom, aracnus, arua, bandreghetti, brasileiro, caioau, carlo_valente, castrors, denisdl, diecavallax, fnogcps, gleysonabreu, jmelo461, jonanthancdn, keunes, lipefire, mbaltar, olivoto, philosp, rafaelff1, ricardo_ramos, rogervezaro, RubeensVinicius, SamWilliam, tepadilha, tschertel, vieira.danilo, Xandefex, ziul123
39 Romanian (ro_RO) AdrianMirica, andreh, cosminh, eRadical, fuzzmz, Hiumee, keunes, mozartro, ralienpp AdrianMirica, andreh, cosminh, eRadical, fuzzmz, Hiumee, keunes, mozartro, ralienpp
40 Russian (ru_RU) ashed, btimofeev, Duke_Raven, flexagoon, gammja, homocomputeris, IgorPolyakov, jokuskay, keunes, mercutiy, nachoman, null, overmind88, polyblank66, PtilopsisLeucotis, s.chebotar, tepxd, un_logic, Vladryyu, whereisthetea, yako ashed, btimofeev, Duke_Raven, flexagoon, gammja, homocomputeris, IgorPolyakov, jokuskay, keunes, mercutiy, nachoman, null, overmind88, polyblank66, PtilopsisLeucotis, s.chebotar, tepxd, un_logic, Vladryyu, whereisthetea, yako
41 Sardinian prova prova
42 Slovak ati3, jose1711, keunes, marulinko, McLenin666, real_name, tiborepcek ati3, jose1711, keunes, marulinko, McLenin666, real_name, tiborepcek
43 Slovenian (sl_SI) asovic, filomena.pzn, kaboom, keunes, panter23, TheFireFighter, trus2 asovic, filomena.pzn, kaboom, keunes, panter23, TheFireFighter, trus2
44 Spanish 3argueta3, 5NOER227O, albaja, AleksSyntek, andersonvom, andrespelaezp, arseru, Atreyu94, badlop, CaeM0R, carlos.levy, cartojo, deandreamatias, delthia, devarops, dvd1985, elcamilet, elojodepajaro, Fitoschido, frandavid100, Gomerick, hard_ware, Ioannis_D, israelem, javiercoll, keunes, kiekie, LatinSuD, leogrignafini, meanderingDot, nacho222, Nickname, nivaca, rafael.osuna, technozuzici, tldevelopbit, tres.14159, vfmatzkin, victorzequeida96, wakutiteo, ziul123 3argueta3, 5NOER227O, albaja, AleksSyntek, andersonvom, andrespelaezp, arseru, Atreyu94, badlop, CaeM0R, carlos.levy, cartojo, deandreamatias, delthia, devarops, drewski, dvd1985, elcamilet, elojodepajaro, Fitoschido, frandavid100, Gomerick, hard_ware, Ioannis_D, israelem, javiercoll, keunes, kiekie, LatinSuD, leogrignafini, meanderingDot, nacho222, Nickname, nivaca, rafael.osuna, technozuzici, tldevelopbit, tres.14159, vfmatzkin, victorzequeida96, wakutiteo, ziul123
45 Swahili (macrolanguage) 1silvester, joelkanyi, keunes, kmtra 1silvester, joelkanyi, keunes, kmtra
46 Swedish (sv_SE) aiix, Ainali, bittin, bpnilsson, gustavkj, jrosdahl, keunes, lgrothenstam, LinAGKar, martinb3000, nilso, TwoD, victorhggqvst aiix, Ainali, bpnilsson, gustavkj, jrosdahl, keunes, lgrothenstam, LinAGKar, martinb3000, nilso, TwoD, victorhggqvst
47 Tamil muthuraj5107220 muthuraj5107220
48 Tatar seber seber
49 Telugu Chandrika11P11, keunes, veeven Chandrika11P11, keunes, veeven
50 Turkish AhmedDuran, alianilkocak, alierdogan7, AliGaygisiz, androtuna, archixe, brsata, Erdy, firatsoygul, ibo90p, kabaqtepeli, keunes, Only1337, overbite, Piryus, samsamsamsam, sismantolga, Slsdem, Sxinar, TZVS, xe1st AhmedDuran, alianilkocak, alierdogan7, AliGaygisiz, androtuna, archixe, brsata, efraildokmeegitim, ehocaoglu, Erdy, firatsoygul, ibo90p, kabaqtepeli, keunes, Only1337, overbite, Piryus, samsamsamsam, sismantolga, Slsdem, Sxinar, TZVS, xe1st
51 Ukrainian (uk_UA) amatra, aserbovets, balaraz, Bergil32, cron, hishak, keunes, koorool, older, paul_sm, sergiyr, voinovich_vyacheslav, zhenya97 amatra, aserbovets, balaraz, Bergil32, cron, hishak, keunes, koorool, older, paul_sm, sergiyr, voinovich_vyacheslav, zhenya97
52 Uzbek Usmon Usmon
53 Vietnamese abnvolk, bruhwut, keunes, ppanhh abnvolk, bruhwut, keunes, ppanhh