mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Add translatable string for "Learn how it works" (#23788)
* Add translatable string for "Learn how it works" * Update assist-pref.ts adding localizable key
This commit is contained in:
parent
c430c28c2a
commit
812461ea00
@ -121,7 +121,9 @@ export class AssistPref extends LitElement {
|
||||
class="icon-link"
|
||||
>
|
||||
<ha-icon-button
|
||||
label="Learn how it works"
|
||||
.label=${this.hass.localize(
|
||||
"ui.panel.config.voice_assistants.assistants.pipeline.link_learn_how_it_works"
|
||||
)}
|
||||
.path=${mdiHelpCircle}
|
||||
></ha-icon-button>
|
||||
</a>
|
||||
|
@ -3112,6 +3112,7 @@
|
||||
"assistants": {
|
||||
"caption": "Assistants",
|
||||
"pipeline": {
|
||||
"link_learn_how_it_works": "[%key:ui::panel::config::cloud::account::remote::link_learn_how_it_works%]",
|
||||
"add_assistant": "Add assistant",
|
||||
"exposed_entities": "[%key:ui::panel::config::cloud::account::google::exposed_entities%]",
|
||||
"assist_devices": "{number} Assist {number, plural,\n one {device}\n other {devices}\n}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user