There are various “common” strings that can be used for localization.
For example:
[%key:common::config_flow::error::already_configured%]
I am trying to uses these in my component’s strings.json
but I’m only seeing the literal value in the web interface and not the “friendly” value that [%key:common::config_flow::error::already_configured%]
would “resolve” to.
Is there something that I’m missing?