home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
4.12k stars 2.81k forks source link

Tags: Missing translations of icon column names in the cogwheel menu #22498

Open NoRi2909 opened 1 month ago

NoRi2909 commented 1 month ago

Describe the issue you are experiencing

Under Settings > Tags the last two menu items in the cogwheel menu for the icon columns are missing the strings:

Screenshot 2024-10-23 15 59 22

Should be

 Create automation
 Edit

here for translation, too.

What version of Home Assistant Core has the issue?

core-2024.11.3

shodhan-rai commented 1 month ago

Can you provide me the path to where that settings is located

NoRi2909 commented 1 month ago

Can you provide me the path to where that settings is located

I'm no programmer but I assume that this list needs to be extended:

https://github.com/home-assistant/frontend/blob/3a1a4ade68a02b195d422e1d0e00196def059709/src/translations/en.json#L2144-L2148

with

 "automation": "Create Automation",
 "edit": "Edit",

But don't trust me, please verify. 😃