Update submodules and diff

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2019-03-01 09:48:02 +01:00
parent 0afe105af9
commit b62eb63d48
4 changed files with 4 additions and 3 deletions

View file

@ -201,6 +201,7 @@ mgo | Metaʼ | nplurals=2; plural=n != 1; | ✔ | | |
mh | Marshallese | nplurals=2; plural=n != 1; | | | |
mhr | Meadow Mari | nplurals=2; plural=n != 1; | | | |
mi | Maori | nplurals=2; plural=n > 1; | | | ✔ | ✔
mia | Miami | nplurals=2; plural=n > 1; | | | |
mk | Macedonian | nplurals=2; plural=n==1 \|\| n%10==1 ? 0 : 1; | nplurals=2; plural=n % 10 != 1 \|\| n % 100 == 11; | | ✔ | ✔
ml | Malayalam | nplurals=2; plural=n != 1; | ✔ | | ✔ | ✔
mn | Mongolian | nplurals=2; plural=n != 1; | ✔ | | ✔ | ✔

@ -1 +1 @@
Subproject commit fc152f1b4c3239f79a27c63936bb65bd65588e73
Subproject commit fcfa249eb2af3847c7b4e6ee655156db7a389a9e

@ -1 +1 @@
Subproject commit 44fadd143869f3b03bb93a401891fe539543b2b2
Subproject commit 4718fabd85a42401f7095569613fa6db9df184e6

View file

@ -115,7 +115,7 @@ ps;Pushto;2;(n != 1)
pt;Portuguese;2;(n != 1)
pt_BR;Portuguese (Brazil);2;(n > 1)
rm;Romansh;2;(n != 1)
ro;Romanian;3;(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);
ro;Romanian;3;(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2)
ru;Russian;3;(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)
rw;Kinyarwanda;2;(n != 1)
sa;Sanskrit;3;(n==1 ? 0 : n==2 ? 1 : 2)

Can't render this file because it has a wrong number of fields in line 118.