]> git.mxchange.org Git - friendica-addons.git/blobdiff - curweather/lang/es/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / curweather / lang / es / strings.php
index f968076a75136b09c0d532fee19ff780f1c7ddf5..bd6340ceacfb6e4a3d51088c670662cf1f0a6630 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_es")) {
 function string_plural_select_es($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["Error fetching weather data.\\nError was: "] = "Error al traer informaciĆ³n del clima.\\nError era: ";