Always show weather and music widgets even if there's no data available

This commit is contained in:
MM20
2021-12-15 20:27:49 +01:00
parent 960c645010
commit fb50c9bd9d
4 changed files with 130 additions and 106 deletions
+1
View File
@@ -415,4 +415,5 @@
<string name="weather_wind">Wind:</string>
<string name="preference_themed_icons">Eingefärbte Symbole</string>
<string name="preference_themed_icons_summary">Symbole an das Farbschema der App anpassen</string>
<string name="weather_no_data">Keine Wetterdaten verfügbar.</string>
</resources>
+2
View File
@@ -445,6 +445,8 @@
<string name="weather_widget_hide_details">Hide details</string>
<string name="weather_humidity">Humidity:</string>
<string name="weather_wind">Wind:</string>
<string name="weather_no_data">No weather data available.</string>
<string name="weather_precipitation">Precipitation:</string>
<string name="preference_category_license">License</string>
<string name="preference_about_license">This app is free software.</string>