]> git.mxchange.org Git - friendica-addons.git/blobdiff - langfilter/lang/fr/strings.php
PL translation statusnet THX waldis
[friendica-addons.git] / langfilter / lang / fr / strings.php
index e9b2c70b9ca77dd5f571d27ec998567dc1f34885..c8dc633e88e9f4ebc852962b70ddbe93f78e6588 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_fr")) {
 function string_plural_select_fr($n){
+       $n = intval($n);
        return ($n > 1);;
 }}
 ;