mirror of https://github.com/lcpz/lain.git
wiki updated
This commit is contained in:
parent
708d85fe06
commit
ab32be9ac6
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
Licensed under GNU General Public License v2
|
Licensed under GNU General Public License v2
|
||||||
|
|
|
@ -114,8 +114,7 @@ local function fetch_weather()
|
||||||
sky = sky .. forecast:gsub(" ", ""):gsub("/", "") .. ".png"
|
sky = sky .. forecast:gsub(" ", ""):gsub("/", "") .. ".png"
|
||||||
|
|
||||||
-- In case there's no defined icon for current forecast
|
-- In case there's no defined icon for current forecast
|
||||||
f = io.open(sky)
|
if io.open(sky) == nil then
|
||||||
if f == nil then
|
|
||||||
sky = icon_path .. "na.png"
|
sky = icon_path .. "na.png"
|
||||||
else
|
else
|
||||||
io.close(f)
|
io.close(f)
|
||||||
|
|
|
@ -14,7 +14,7 @@ Isolated Thunderstorms|Temporali Isolati
|
||||||
Scattered Thunderstorms|Temporali Sparsi
|
Scattered Thunderstorms|Temporali Sparsi
|
||||||
Thundershowers|Rovesci Temporaleschi
|
Thundershowers|Rovesci Temporaleschi
|
||||||
Thunderstorms|Temporali
|
Thunderstorms|Temporali
|
||||||
Thunder in the Vicinity|Tuoni in avvicinamento
|
Thunder in the Vicinity|Tuoni in prossimità
|
||||||
Thunder|Temporale
|
Thunder|Temporale
|
||||||
AM|In Mattinata
|
AM|In Mattinata
|
||||||
PM|Nel Pomeriggio
|
PM|Nel Pomeriggio
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit e85974ae28dda46d1f1ad1d5985269ea50ce5e83
|
Subproject commit a7b1e7e0db5db914d519bbe8135f7e29cadfb8b7
|
Loading…
Reference in New Issue