diff --git a/panels/config/core/ha-config-core.html b/panels/config/core/ha-config-core.html index d74ba56163..96530c431d 100644 --- a/panels/config/core/ha-config-core.html +++ b/panels/config/core/ha-config-core.html @@ -106,9 +106,7 @@ class HaConfigCore extends Polymer.Element { } computeIsTranslationLoaded(hass) { - // Return false to hide language selection until i18n is ready to be - // deployed. - return false && hass.translationMetadata && + return hass.translationMetadata && Object.keys(hass.translationMetadata).length; }