#I guess it's just en.json that's

1 messages · Page 1 of 1 (latest)

next cloak
#

yeah just translations/en.json

I'll point out sometimes after editing this file I need to stop script/develop and restart it for the changes to become live. Sometimes it seems to work, and sometimes not. might trip you up.

raven crescent
#

I would assume you need to stop/start it based on if it uses something like this

#

"[%key:ui::panel::config::automation::editor::copy_to_clipboard%]"

#

"[%key:ui::panel::config::automation::editor::copy_to_clipboard%]"

#

which I think is just a lookup for commonly used translation

#

Hmmm... this yaml editor is generic right?

#

might just leave it as is then

#

or somehow create a new element that inherits from ha-yaml-editor only for that service caller

next cloak
#

I really don't see much inheritance being used typically. usually if there's an optional feature, we just guard it with a property that is set by the instancer

raven crescent
#

I totally understand all of that