Weather Icon - Now in Portuguese
Thanks to Isa there’s now a Portuguese translation available for WeatherIcon.
Get it here: Portuguese Translation
And here’s a little note from Isa:
“in order to keep the right sintax in portuguese,
users may have to change weather.php code a bit in line 598 and 603.
line 598 should be like: $conditions .= $join;
$prefix should be moved to line 603 to make it like this:
$conditions .= $wxCode[$code] . ' ' . $prefix;“