mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 19:07:23 +00:00
Bring back backend translations in devcontainer (#19793)
* Bring back translations * Apply feedback Co-authored-by: Steve Repsher <steverep@users.noreply.github.com> --------- Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
parent
7050453783
commit
4ba4a28aa0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user