Fix wrong plural function logic

This commit is contained in:
kostikov 2018-07-17 21:27:08 +02:00
parent f808a2b5a1
commit 4284088611

View File

@ -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