diff --git a/PLURALS_DIFF.md b/PLURALS_DIFF.md index f86258f7..c517b717 100644 --- a/PLURALS_DIFF.md +++ b/PLURALS_DIFF.md @@ -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; | ✔ | | ✔ | ✔ diff --git a/modules/gettext b/modules/gettext index fc152f1b..fcfa249e 160000 --- a/modules/gettext +++ b/modules/gettext @@ -1 +1 @@ -Subproject commit fc152f1b4c3239f79a27c63936bb65bd65588e73 +Subproject commit fcfa249eb2af3847c7b4e6ee655156db7a389a9e diff --git a/modules/translate b/modules/translate index 44fadd14..4718fabd 160000 --- a/modules/translate +++ b/modules/translate @@ -1 +1 @@ -Subproject commit 44fadd143869f3b03bb93a401891fe539543b2b2 +Subproject commit 4718fabd85a42401f7095569613fa6db9df184e6 diff --git a/translate.csv b/translate.csv index 72bb4317..423aa7c3 100644 --- a/translate.csv +++ b/translate.csv @@ -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)