]> git.mxchange.org Git - friendica-addons.git/blobdiff - libravatar/lang/it/strings.php
HU and IT translation updates
[friendica-addons.git] / libravatar / lang / it / strings.php
index 08b1503b97e27b4877fc4d62ab8cd4bb7020fe86..75fa41909c7ba48baa7c0e7e5880dd2c9fd3ccc2 100644 (file)
@@ -3,7 +3,7 @@
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
        $n = intval($n);
-       return intval($n != 1);
+       if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
 }}
 $a->strings['generic profile image'] = 'immagine generica del profilo';
 $a->strings['random geometric pattern'] = 'schema geometrico casuale';