Merge branch 'patch-1' into 'master'

Fix wrong plural function logic

See merge request hubzilla/core!1226
This commit is contained in:
Mario 2018-07-18 08:27:21 +02:00
commit 95355ddec0

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