diff --git a/gulp/tasks/translations.js b/gulp/tasks/translations.js index 1f7aa56aed..5c09e80f7a 100755 --- a/gulp/tasks/translations.js +++ b/gulp/tasks/translations.js @@ -18,6 +18,7 @@ const outDir = workDir + '/output'; // should mirror the fragment definitions in polymer.json, so that we load // additional resources at equivalent points. const TRANSLATION_FRAGMENTS = [ + 'config', 'history', 'logbook', 'mailbox', diff --git a/panels/config/automation/ha-automation-picker.html b/panels/config/automation/ha-automation-picker.html index 9f123dc537..7ef299e018 100644 --- a/panels/config/automation/ha-automation-picker.html +++ b/panels/config/automation/ha-automation-picker.html @@ -51,7 +51,7 @@ icon='mdi:arrow-left' on-tap='_backTapped' > -
Automations
+
[[localize('ui.panel.config.automation.caption')]]
@@ -94,7 +94,12 @@ diff --git a/panels/config/script/ha-config-script.html b/panels/config/script/ha-config-script.html index 86b6ca1d85..3236c742dd 100644 --- a/panels/config/script/ha-config-script.html +++ b/panels/config/script/ha-config-script.html @@ -26,6 +26,7 @@