Skip to content

Commit

Permalink
Bring back backend translations in devcontainer (#19793)
Browse files Browse the repository at this point in the history
* Bring back translations

* Apply feedback

Co-authored-by: Steve Repsher <[email protected]>

---------

Co-authored-by: Steve Repsher <[email protected]>
  • Loading branch information
silamon and steverep authored Feb 16, 2024
1 parent 7050453 commit 4ba4a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/core
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ba4a28

Please sign in to comment.