wiki updated

This commit is contained in:
luke bonham 2013-11-18 20:27:48 +01:00
parent 708d85fe06
commit ab32be9ac6
4 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,3 @@
--[[
Licensed under GNU General Public License v2

View File

@ -114,8 +114,7 @@ local function fetch_weather()
sky = sky .. forecast:gsub(" ", ""):gsub("/", "") .. ".png"
-- In case there's no defined icon for current forecast
f = io.open(sky)
if f == nil then
if io.open(sky) == nil then
sky = icon_path .. "na.png"
else
io.close(f)

View File

@ -14,7 +14,7 @@ Isolated Thunderstorms|Temporali Isolati
Scattered Thunderstorms|Temporali Sparsi
Thundershowers|Rovesci Temporaleschi
Thunderstorms|Temporali
Thunder in the Vicinity|Tuoni in avvicinamento
Thunder in the Vicinity|Tuoni in prossimità
Thunder|Temporale
AM|In Mattinata
PM|Nel Pomeriggio

2
wiki

@ -1 +1 @@
Subproject commit e85974ae28dda46d1f1ad1d5985269ea50ce5e83
Subproject commit a7b1e7e0db5db914d519bbe8135f7e29cadfb8b7