home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.97k stars 31.01k forks source link

HTML5 Push Notifications: Partly missing translations in UI #129359

Open NoRi2909 opened 4 weeks ago

NoRi2909 commented 4 weeks ago

The problem

The 'Send a notification with html5' action is missing all translatable strings:

Screenshot 2024-10-28 22 36 34

For the main action both the title and the description are currently missing in the strings. Something like:

"notify.html5": {
  "name": "Send a notification with html5",
  "description": "Sends a notification message using the html5 service.",
   "fields": {
     "message": {
       "name": "Message",
       "description": "The message to be sent."
     },
     "title": {
      "name": "Title",
      "description": "The title of the message (optional)."
     },
    …

What version of Home Assistant Core has the issue?

2024.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

HTML5 Push Notifications

Link to integration documentation on our website

https://www.home-assistant.io/integrations/html5/

home-assistant[bot] commented 4 weeks ago

Hey there @alexyao2015, mind taking a look at this issue as it has been labeled with an integration (html5) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `html5` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign html5` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


html5 documentation html5 source (message by IssueLinks)