feat: weather widget scalable (#574)

* refactor: Make weather widget scalable

* fix: formatting

* fix: map key again

* fix: null assertions
This commit is contained in:
SeDemal
2024-06-05 21:26:59 +02:00
committed by GitHub
parent 2623708c6d
commit cfd8b328b4
6 changed files with 183 additions and 115 deletions

View File

@@ -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",