Skip to content

Commit 4ba4a28

Browse files
silamonsteverep
andauthored
Bring back backend translations in devcontainer (home-assistant#19793)
* Bring back translations * Apply feedback Co-authored-by: Steve Repsher <[email protected]> --------- Co-authored-by: Steve Repsher <[email protected]>
1 parent 7050453 commit 4ba4a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/core

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ if [ -n "$ref" ]; then
4040
echo "Installing Home Assistant core at ${ref}..."
4141
python3 -m pip install --user --upgrade --src "$HOME/src" \
4242
--editable "git+${coreURL}@${ref}#egg=homeassistant"
43+
(cd ~/src/homeassistant && exec python3 -m script.translations develop --all)
4344
fi
4445

4546
if [ ! -d "${WD}/config" ]; then

0 commit comments

Comments
 (0)