We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the introduction of services in addition to devices the info header was adapted to match the type of the page:
frontend/src/translations/en.json
Line 4098 in b83be38
To adapt to different grammar in translation separate "xxx_heading" string were added to fill the variable above:
Lines 4122 to 4126 in b83be38
Note that these are necessary in German, e.g., where it's "Gerät" but "Geräte-Info".
This should be adopted for the "Device Info" menu item in the More info dialog:
Line 1236 in b83be38
This should become
{type} info
and use the respective device_heading and service_heading strings above for type
device_heading
service_heading
type
core-2024.11.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue you are experiencing
With the introduction of services in addition to devices the info header was adapted to match the type of the page:
frontend/src/translations/en.json
Line 4098 in b83be38
To adapt to different grammar in translation separate "xxx_heading" string were added to fill the variable above:
frontend/src/translations/en.json
Lines 4122 to 4126 in b83be38
Note that these are necessary in German, e.g., where it's "Gerät" but "Geräte-Info".
Describe the behavior you expected
This should be adopted for the "Device Info" menu item in the More info dialog:
frontend/src/translations/en.json
Line 1236 in b83be38
This should become
and use the respective
device_heading
andservice_heading
strings above fortype
What version of Home Assistant Core has the issue?
core-2024.11.1
The text was updated successfully, but these errors were encountered: