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:
parent
9d0c2a8dae
commit
583e57042b
4 changed files with 6 additions and 4 deletions
|
@ -245,7 +245,7 @@ def async_setup(hass, config):
|
|||
|
||||
hass.http.register_view(HistoryPeriodView(filters))
|
||||
yield from hass.components.frontend.async_register_built_in_panel(
|
||||
'history', 'History', 'mdi:poll-box')
|
||||
'history', 'history', 'mdi:poll-box')
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue