Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Greek Language Support #159

Open
FancyNerd92 opened this issue Jan 24, 2023 · 0 comments
Open

Greek Language Support #159

FancyNerd92 opened this issue Jan 24, 2023 · 0 comments

Comments

@FancyNerd92
Copy link

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
};
@FancyNerd92 FancyNerd92 changed the title Greek Language Greek Language Support Jan 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant