]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/ro/strings.php
update to the zh-cn translation THX Tomacat
[friendica.git] / view / lang / ro / strings.php
index fcbbfa5d12ee7de644423134ee5d088dde537785..50e963b08c4f4febdf09f3daa8d7f72ccbdc8232 100644 (file)
@@ -2,6 +2,7 @@
 
 if(! function_exists("string_plural_select_ro")) {
 function string_plural_select_ro($n){
+       $n = intval($n);
        return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
 }}
 ;