mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Remove translations from Core (#87543)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
@ -5,4 +5,9 @@
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
# Ensure translations are up to date
|
||||
python3 -m script.translations develop --all
|
||||
|
||||
# Start Home Assistant
|
||||
python3 -m homeassistant -c config
|
||||
|
Reference in New Issue
Block a user