]> git.mxchange.org Git - friendica.git/blobdiff - view/ru/strings.php
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / ru / strings.php
index 97904f09464e039cf66949f5c3036e5a099f3c03..4578c37e89321e19b0a010cf5589b312ded1755b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-function string_plural_select($n){
+function string_plural_select_ru($n){
        return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);
 }
 ;