mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
fix: add setting for cloudiness and fix strings
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 3,
|
||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"name": "Mue",
|
"name": "Mue",
|
||||||
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 3,
|
||||||
"name": "Mue",
|
"name": "Mue",
|
||||||
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
||||||
"version": "5.0.1",
|
"version": "5.0.1",
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ export default class TimeSettings extends React.PureComponent {
|
|||||||
this.setState({
|
this.setState({
|
||||||
location: data[0].name
|
location: data[0].name
|
||||||
});
|
});
|
||||||
|
}, {
|
||||||
|
enableHighAccuracy: true
|
||||||
});
|
});
|
||||||
|
|
||||||
document.querySelector('.reminder-info').style.display = 'block';
|
document.querySelector('.reminder-info').style.display = 'block';
|
||||||
@@ -69,6 +71,7 @@ export default class TimeSettings extends React.PureComponent {
|
|||||||
<h3>{language.extra_info.title}</h3>
|
<h3>{language.extra_info.title}</h3>
|
||||||
<Checkbox name='showlocation' text={language.extra_info.show_location} category='weather'/>
|
<Checkbox name='showlocation' text={language.extra_info.show_location} category='weather'/>
|
||||||
<Checkbox name='showtext' text={language.extra_info.show_text} category='weather'/>
|
<Checkbox name='showtext' text={language.extra_info.show_text} category='weather'/>
|
||||||
|
<Checkbox name='cloudiness' text={language.extra_info.cloudiness} category='weather'/>
|
||||||
<Checkbox name='humidity' text={language.extra_info.humidity} category='weather'/>
|
<Checkbox name='humidity' text={language.extra_info.humidity} category='weather'/>
|
||||||
<Checkbox name='windspeed' text={language.extra_info.wind_speed} category='weather'/>
|
<Checkbox name='windspeed' text={language.extra_info.wind_speed} category='weather'/>
|
||||||
<Checkbox name='windDirection' text={language.extra_info.wind_direction} category='weather'/>
|
<Checkbox name='windDirection' text={language.extra_info.wind_direction} category='weather'/>
|
||||||
|
|||||||
@@ -177,9 +177,10 @@
|
|||||||
"kelvin": "Kelvin"
|
"kelvin": "Kelvin"
|
||||||
},
|
},
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Zusätzliche Informationen",
|
"title": "Zusätzliche informationen",
|
||||||
"show_location": "Standort anzeigen",
|
"show_location": "Standort anzeigen",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Luftfeuchtigkeit",
|
"humidity": "Luftfeuchtigkeit",
|
||||||
"wind_speed": "Windgeschwindigkeit",
|
"wind_speed": "Windgeschwindigkeit",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -178,8 +178,9 @@
|
|||||||
},
|
},
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Extra information",
|
"title": "Extra information",
|
||||||
"show_location": "Show Location",
|
"show_location": "Show location",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humidity",
|
"humidity": "Humidity",
|
||||||
"wind_speed": "Wind speed",
|
"wind_speed": "Wind speed",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -178,7 +178,9 @@
|
|||||||
},
|
},
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Extra information",
|
"title": "Extra information",
|
||||||
"show_location": "Show Location",
|
"show_location": "Show location",
|
||||||
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humidity",
|
"humidity": "Humidity",
|
||||||
"wind_speed": "Wind speed",
|
"wind_speed": "Wind speed",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -179,7 +179,8 @@
|
|||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Información extra",
|
"title": "Información extra",
|
||||||
"show_location": "Mostrar ubicación",
|
"show_location": "Mostrar ubicación",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humedad",
|
"humidity": "Humedad",
|
||||||
"wind_speed": "Velocidad del viento",
|
"wind_speed": "Velocidad del viento",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -179,7 +179,8 @@
|
|||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Informations supplémentaires",
|
"title": "Informations supplémentaires",
|
||||||
"show_location": "Afficher l'emplacement",
|
"show_location": "Afficher l'emplacement",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humidité",
|
"humidity": "Humidité",
|
||||||
"wind_speed": "Vitesse du vent",
|
"wind_speed": "Vitesse du vent",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -178,8 +178,9 @@
|
|||||||
},
|
},
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Extra information",
|
"title": "Extra information",
|
||||||
"show_location": "Show Location",
|
"show_location": "Show location",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humidity",
|
"humidity": "Humidity",
|
||||||
"wind_speed": "Wind speed",
|
"wind_speed": "Wind speed",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -178,8 +178,9 @@
|
|||||||
},
|
},
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Extra information",
|
"title": "Extra information",
|
||||||
"show_location": "Show Location",
|
"show_location": "Show location",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humidity",
|
"humidity": "Humidity",
|
||||||
"wind_speed": "Wind speed",
|
"wind_speed": "Wind speed",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -178,8 +178,9 @@
|
|||||||
},
|
},
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Extra information",
|
"title": "Extra information",
|
||||||
"show_location": "Show Location",
|
"show_location": "Show location",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humidity",
|
"humidity": "Humidity",
|
||||||
"wind_speed": "Wind speed",
|
"wind_speed": "Wind speed",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
@@ -178,8 +178,9 @@
|
|||||||
},
|
},
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
"title": "Extra information",
|
"title": "Extra information",
|
||||||
"show_location": "Show Location",
|
"show_location": "Show location",
|
||||||
"show_text": "Show Text",
|
"show_text": "Show text",
|
||||||
|
"cloudiness": "Cloudiness",
|
||||||
"humidity": "Humidity",
|
"humidity": "Humidity",
|
||||||
"wind_speed": "Wind speed",
|
"wind_speed": "Wind speed",
|
||||||
"wind_direction": "Wind direction",
|
"wind_direction": "Wind direction",
|
||||||
|
|||||||
Reference in New Issue
Block a user