diff options
author | kostikov <max@kostikov.co> | 2018-07-17 21:27:08 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-07-18 08:27:53 +0200 |
commit | 23f3d554b833b8b4b180dfd432b3e66112391362 (patch) | |
tree | 8d4e7fe12668951925feaea5503ead629f033e11 | |
parent | bb7022350943c6f049641d50d28cb99caf019b83 (diff) | |
download | volse-hubzilla-23f3d554b833b8b4b180dfd432b3e66112391362.tar.gz volse-hubzilla-23f3d554b833b8b4b180dfd432b3e66112391362.tar.bz2 volse-hubzilla-23f3d554b833b8b4b180dfd432b3e66112391362.zip |
Fix wrong plural function logic
(cherry picked from commit 42840886119420b4efad511da0cb307f74542545)
-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 |