Merge pull request #1044 from ajnart/add-location-selection-for-weather-widget

 Improve location selection for weather
This commit is contained in:
Meier Lukas
2023-06-13 20:50:34 +02:00
committed by GitHub
15 changed files with 814 additions and 507 deletions

View File

@@ -0,0 +1,33 @@
{
"form": {
"field": {
"query": "City / postal code",
"latitude": "Latitude",
"longitude": "Longitude"
},
"button": {
"search": {
"label": "Search",
"disabledTooltip": "Please choose a city / postal code first"
}
},
"empty": "Unknown location"
},
"modal": {
"title": "Choose a location",
"table": {
"header": {
"city": "City",
"country": "Country",
"coordinates": "Coordinates",
"population": "Population"
},
"action": {
"select": "Select {{city}}, {{countryCode}}"
},
"population": {
"fallback": "Unknown"
}
}
}
}