1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Add translation for and word on the integration card (#5811)

* Add translation for and word on tje integration card

* Move and to ui.common
This commit is contained in:
Maciej Bieniek
2020-05-08 17:43:21 +02:00
committed by GitHub
parent a960b39235
commit a7ba1977b4
2 changed files with 4 additions and 1 deletions

View File

@@ -148,7 +148,9 @@ export class HaIntegrationCard extends LitElement {
>
`
: ""}
${devices.length && entities.length ? "and" : ""}
${devices.length && entities.length
? this.hass.localize("ui.common.and")
: ""}
${entities.length
? html`
<a

View File

@@ -231,6 +231,7 @@
}
},
"common": {
"and": "and",
"previous": "Previous",
"loading": "Loading",
"refresh": "Refresh",