mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
Core POC support for polymer i18n (#6344)
* Core POC support for polymer i18n * Add gulp to build_frontend * Remove frontend build * Updated translations format * Eliminate translation namespace from panel names * Only register translations path in dev mode
This commit is contained in:
committed by
Paulus Schoutsen
parent
9d0c2a8dae
commit
583e57042b
@@ -13,5 +13,5 @@ DOMAIN = 'map'
|
||||
def async_setup(hass, config):
|
||||
"""Register the built-in map panel."""
|
||||
yield from hass.components.frontend.async_register_built_in_panel(
|
||||
'map', 'Map', 'mdi:account-location')
|
||||
'map', 'map', 'mdi:account-location')
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user