feat: weather widget scalable (#574)
* refactor: Make weather widget scalable * fix: formatting * fix: map key again * fix: null assertions
This commit is contained in:
@@ -429,6 +429,9 @@ export default {
|
||||
},
|
||||
common: {
|
||||
rtl: "{value}{symbol}",
|
||||
symbols: {
|
||||
colon: ": ",
|
||||
},
|
||||
action: {
|
||||
add: "Add",
|
||||
apply: "Apply",
|
||||
@@ -452,6 +455,10 @@ export default {
|
||||
iconPicker: {
|
||||
header: "Type name or objects to filter for icons... Homarr will search through {countIcons} icons for you.",
|
||||
},
|
||||
information: {
|
||||
min: "Min",
|
||||
max: "Max",
|
||||
},
|
||||
notification: {
|
||||
create: {
|
||||
success: "Creation successful",
|
||||
|
||||
Reference in New Issue
Block a user