Replace unavailable common string-keys with the translated strings#245
Merged
sveinse merged 2 commits intocustom-components:masterfrom Jul 26, 2025
Merged
Conversation
Only core components can use these standard texts: https://developers.home-assistant.io/docs/internationalization/custom_integration/ (translations collected from [airnow component last commit before translations were removed from core](https://github.com/home-assistant/core/tree/4ad386d7941ba0bc6cec7674f3fea85357194f8b/homeassistant/components/airnow/translations) ) Fixes custom-components#242
sveinse
reviewed
Jul 26, 2025
Comment on lines
24
to
26
| "cannot_connect": "Failed to connect", | ||
| "invalid_auth": "Invalid authentication", | ||
| "unknown": "Unexpected error", |
Collaborator
There was a problem hiding this comment.
Another HA check thing that's coming is that this list must be in alphabetical order. Since we're touching these lines, please swap the order of "unknown" and "no_chargers_selected" swap place.
sveinse
reviewed
Jul 26, 2025
Collaborator
sveinse
left a comment
There was a problem hiding this comment.
It looks good. Get the swap key order in place, and we're good to go.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Only core components can use these standard texts: https://developers.home-assistant.io/docs/internationalization/custom_integration/
(translations collected from airnow component last commit before translations were removed from core )
Fixes #242