Add definition of ms_Arab

This commit is contained in:
Michal Čihař 2020-05-18 15:17:31 +02:00
parent 795a580eaf
commit 30f726df67

View file

@ -216,6 +216,7 @@ mni;Manipuri;2;n != 1
mnk;Mandinka;3;n==0 ? 0 : n==1 ? 1 : 2
mr;Marathi;2;n != 1
ms;Malay;1;0
ms_Arab;Malay (Jawi);1;0
mt;Maltese;4;n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3
my;Burmese;1;0
na;Nauru;2;n != 1

1 aa Afar 2 n != 1
216 mnk Mandinka 3 n==0 ? 0 : n==1 ? 1 : 2
217 mr Marathi 2 n != 1
218 ms Malay 1 0
219 ms_Arab Malay (Jawi) 1 0
220 mt Maltese 4 n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3
221 my Burmese 1 0
222 na Nauru 2 n != 1