From 4ba4a28aa02f3ee67255383bc8fcb0600ba277df Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:41:53 +0100 Subject: [PATCH] Bring back backend translations in devcontainer (#19793) * Bring back translations * Apply feedback Co-authored-by: Steve Repsher --------- Co-authored-by: Steve Repsher --- script/core | 1 + 1 file changed, 1 insertion(+) diff --git a/script/core b/script/core index 6ba6331de2..c9848c4625 100755 --- a/script/core +++ b/script/core @@ -40,6 +40,7 @@ if [ -n "$ref" ]; then echo "Installing Home Assistant core at ${ref}..." python3 -m pip install --user --upgrade --src "$HOME/src" \ --editable "git+${coreURL}@${ref}#egg=homeassistant" + (cd ~/src/homeassistant && exec python3 -m script.translations develop --all) fi if [ ! -d "${WD}/config" ]; then