Question for the masses: not infrequently when I update Home Assistant (yes I'm still using the venv, no I don't like the more official options much, sorry), I end up in a situation where some of the text translations don't show up. How can I get those to properly regenerate? There's GOTTA be a way, I'm just not seeing / finding it. I'm pretty sure if I blow the venv away and rebuild entirely it's good but that seems excessive. Thoughts?

#HomeAssistant

@warthog9 do you run scripts/setup after the update? There is one step to refresh the translation in that script.
@rene_n that might be the bit I'm missing! goes to look

@rene_n ohhhh there we go script/bootstrap looks to be what I need as I was reading through setup. Specifically python3 -m script.translations develop --all

That seems easy enough 🙂