Open FancyNerd92 opened 1 year ago
Hello, I added the below code on home-assistant-sun-card.js for Greek language and did't work. Can you add this for support Greek language?
Thanks, Kudos from Greece
var Azimuth$el = "Αζιμούθιο"; var Dawn$el = "Αυγή"; var Dusk$el = "Σούρουπο"; var Elevation$el = "Ανύψωση"; var Noon$el = "Μεσημέρι"; var Sunrise$el = "Ανατολή Hλίου"; var Sunset$el = "Δύση Hλίου"; var errors$el = { SunIntegrationNotFound: "Sun integration not found" }; var el = { Azimuth: Azimuth$el, Dawn: Dawn$el, Dusk: Dusk$el, Elevation: Elevation$el, Noon: Noon$el, Sunrise: Sunrise$el, Sunset: Sunset$el, errors: errors$el };
Hello, I added the below code on home-assistant-sun-card.js for Greek language and did't work. Can you add this for support Greek language?
Thanks, Kudos from Greece