We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c06ba commit 6c8abfdCopy full SHA for 6c8abfd
1 file changed
static/js/script.js
@@ -845,7 +845,9 @@ function prettyFeatureName(key) {
845
sun_elevation: "Sonnenstand zur Mittagszeit",
846
month_sin: "Monatliche Saisonkomponente",
847
sin_day: "Saisonale Phase (Sinus)",
848
- cos_day: "Saisonale Phase (Cosinus)"
+ cos_day: "Saisonale Phase (Cosinus)",
849
+ daylight: "Tageslichtdauer in Sekunden",
850
+ sunshine: "Sonnenscheindauer in Sekunden"
851
};
852
return featureNames[key] || key;
853
}
0 commit comments