]> git.mxchange.org Git - friendica-addons.git/blobdiff - diaspora/lang/zh-cn/strings.php
numfriends addon IT translation update THX Sylke Vicious
[friendica-addons.git] / diaspora / lang / zh-cn / strings.php
index 307a634f2e5b81f3afd90d09b710076ebd865e30..2da3664ff75544d24e7412caeeb3d8137441c5a5 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_zh_cn")) {
 function string_plural_select_zh_cn($n){
-       return 0;;
+       $n = intval($n);
+       return intval(0);
 }}
 ;
 $a->strings["Post to Diaspora"] = "发到 Diaspora";