Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for country and language #2376

Merged
merged 2 commits into from
Dec 12, 2022

Conversation

TNTLarsn
Copy link
Contributor

@TNTLarsn TNTLarsn commented Dec 8, 2022

Country and Language in General settings has been introduced with HA release 2022.12

Also Fix hassio-addons/addon-vscode#539 which was reported in wrong repo

fixes #2377

| "zh-Hans"
| "zh-Hant";

export type CountryTags =
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -600,6 +600,320 @@ export type Currency =
| "ZMK"
| "ZWL";

export type LanguageTags =
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frenck frenck added the enhancement New feature or request label Dec 12, 2022
Copy link
Collaborator

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks, @TNTLarsn 👍

@frenck frenck merged commit de8bcc6 into keesschollaart81:dev Dec 12, 2022
@TNTLarsn TNTLarsn deleted the language_country branch December 12, 2022 14:24
@frenck frenck mentioned this pull request Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants