Fix dotfiles structure

This commit is contained in:
2026-03-15 10:32:59 +05:30
parent ca014e9949
commit a2c3404cb2
2557 changed files with 148415 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
local en = {
warning_title = "Weather Widget",
parameter_warning = "Required parameters are not set: ",
directions = {
"N", "NNE", "NE", "ENE", "E", "ESE", "SE", "SSE", "S", "SSW", "SW",
"WSW", "W", "WNW", "NW", "NNW", "N"
},
feels_like = "Feels like ",
wind = "Wind: ",
humidity = "Humidity: ",
uv = "UV: "
}
return en