diff options
author | kostikov <max@kostikov.co> | 2018-07-17 21:27:08 +0200 |
---|---|---|
committer | kostikov <max@kostikov.co> | 2018-07-17 21:27:08 +0200 |
commit | 42840886119420b4efad511da0cb307f74542545 (patch) | |
tree | c455131becfe4fa03e6319cd14f485923cf5eb93 | |
parent | f808a2b5a167f60a552924a58a33750ca53e4368 (diff) | |
download | volse-hubzilla-42840886119420b4efad511da0cb307f74542545.tar.gz volse-hubzilla-42840886119420b4efad511da0cb307f74542545.tar.bz2 volse-hubzilla-42840886119420b4efad511da0cb307f74542545.zip |
Fix wrong plural function logic
-rw-r--r-- | view/ru/hmessages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/ru/hmessages.po b/view/ru/hmessages.po index 0ff952e8d..058e4dc5a 100644 --- a/view/ru/hmessages.po +++ b/view/ru/hmessages.po @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +Plural-Forms: nplurals=3; plural=($n%10==1 && $n%100!=11 ? 0 : ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : 2))\n #: ../../include/dba/dba_driver.php:50 #, php-format |