diff options
author | Mario <mario@mariovavti.com> | 2018-07-18 08:27:21 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-07-18 08:27:21 +0200 |
commit | 95355ddec0a4d92ee0367aeb6436ced005ab0c02 (patch) | |
tree | d659209d4369f7dbcafeaf82de4faa4a1759c9d4 | |
parent | f808a2b5a167f60a552924a58a33750ca53e4368 (diff) | |
parent | cbab7d215046d999c3f808b3946ea378c4475a72 (diff) | |
download | volse-hubzilla-95355ddec0a4d92ee0367aeb6436ced005ab0c02.tar.gz volse-hubzilla-95355ddec0a4d92ee0367aeb6436ced005ab0c02.tar.bz2 volse-hubzilla-95355ddec0a4d92ee0367aeb6436ced005ab0c02.zip |
Merge branch 'patch-1' into 'master'
Fix wrong plural function logic
See merge request hubzilla/core!1226
-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..023e2674f 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 |