Add missing localization on info page (#23787)

This commit is contained in:
Jan-Philipp Benecke 2025-01-18 11:36:00 +01:00 committed by GitHub
parent d67c463b98
commit c430c28c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -156,7 +156,9 @@ class HaConfigInfo extends LitElement {
</ul> </ul>
</ha-card> </ha-card>
<ha-card outlined class="ohf"> <ha-card outlined class="ohf">
<div>Proud part of</div> <div>
${this.hass.localize("ui.panel.config.info.proud_part_of")}
</div>
<a <a
href="https://www.openhomefoundation.org" href="https://www.openhomefoundation.org"
target="_blank" target="_blank"

View File

@ -2933,6 +2933,7 @@
"built_using": "Built using", "built_using": "Built using",
"icons_by": "Icons by", "icons_by": "Icons by",
"frontend_version_label": "Frontend", "frontend_version_label": "Frontend",
"proud_part_of": "Proud part of",
"custom_uis": "Custom UIs:", "custom_uis": "Custom UIs:",
"system_health_error": "System Health component is not loaded. Add 'system_health:' to configuration.yaml", "system_health_error": "System Health component is not loaded. Add 'system_health:' to configuration.yaml",
"documentation": "Documentation", "documentation": "Documentation",