Skip to content

Commit 7724dbe

Browse files
committed
chore: Updates from submodules
1 parent 4b54fe7 commit 7724dbe

File tree

126 files changed

+10039
-5050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+10039
-5050
lines changed

PLURALS_DIFF.md

Lines changed: 8 additions & 2 deletions
Large diffs are not rendered by default.

cldr.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cgg,Chiga,2,n != 1
3030
chr,Cherokee,2,n != 1
3131
ckb,Central Kurdish,2,n != 1
3232
cs,Czech,3,(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2)
33+
csw,Swampy Cree,2,n > 1
3334
cy,Welsh,6,(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))))
3435
da,Danish,2,n != 1
3536
de,German,2,n != 1
@@ -118,6 +119,7 @@ lb,Luxembourgish,2,n != 1
118119
lg,Ganda,2,n != 1
119120
lij,Ligurian,2,n != 1
120121
lkt,Lakota,1,0
122+
lld,Ladin,3,(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2)
121123
ln,Lingala,2,n > 1
122124
lo,Lao,1,0
123125
lt,Lithuanian,3,(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)
@@ -171,7 +173,7 @@ sah,Yakut,1,0
171173
saq,Samburu,2,n != 1
172174
sat,Santali,3,(n == 1) ? 0 : ((n == 2) ? 1 : 2)
173175
sc,Sardinian,2,n != 1
174-
scn,Sicilian,2,n != 1
176+
scn,Sicilian,3,(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2)
175177
sd,Sindhi,2,n != 1
176178
sdh,Southern Kurdish,2,n != 1
177179
se,Northern Sami,3,(n == 1) ? 0 : ((n == 2) ? 1 : 2)

languages.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ hi_Latn,Hindi (Latin script),2,n > 1
299299
hil,Hiligaynon,2,n != 1
300300
hit,Hittite,2,n != 1
301301
hmn,Hmong,2,n != 1
302+
hnd,Hindko, Southern,2,n != 1
302303
hne,Chhattisgarhi,2,n != 1
303304
hnj,Hmong Njua,1,0
304305
hno,Hindko (Northern),2,n != 1
@@ -352,6 +353,7 @@ kbd,Kabardian,2,n != 1
352353
kcg,Tyap,2,n != 1
353354
kde,Makonde,1,0
354355
kea,Kabuverdianu,1,0
356+
kfr,Kachhi,2,n != 1
355357
kfy,Kumaoni,2,n != 1
356358
kg,Kongo,2,n != 1
357359
kha,Khasi,2,n != 1
@@ -465,8 +467,10 @@ ms_Arab,Malay (Jawi),1,0
465467
mt,Maltese,4,n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3
466468
mtr,Mewari,2,n != 1
467469
mus,Creek,2,n != 1
470+
mwk,Maninkakan, Kita,2,n != 1
468471
mwl,Mirandese,2,n != 1
469472
mwr,Marwari,2,n != 1
473+
mxc,Manyika,2,n != 1
470474
my,Burmese,1,0
471475
my@Zawgyi,Burmese (Zawgyi),1,0
472476
myv,Erzya,2,n != 1
@@ -488,6 +492,7 @@ new,Newari,2,n != 1
488492
ng,Ndonga,2,n != 1
489493
ngl,Lomwe,2,n != 1
490494
nia,Nias,2,n != 1
495+
nij,Ngaju,2,n != 1
491496
niu,Niuean,2,n != 1
492497
nl,Dutch,2,n != 1
493498
nl@formal,Dutch (formal),2,n != 1
@@ -554,6 +559,7 @@ qtp,Gayón,2,n > 1
554559
qu,Quechua,2,n != 1
555560
qu_EC,Quechua (Ecuador),2,n != 1
556561
quc,K'iche',2,n != 1
562+
qug,Quichua, Chimborazo Highland,2,n != 1
557563
qya,Quenya,2,n != 1
558564
raj,Rajasthani,2,n != 1
559565
rap,Rapanui,2,n != 1

0 commit comments

Comments
 (0)