1013 B
1013 B
author | authorURL | authorImageURL | authorTwitter | title |
---|---|---|---|---|
Paulus Schoutsen | https://twitter.com/balloob | /img/profile/paulus.jpg | balloob | Translations 2.0 |
We've migrated our translation scripts in the Home Assisstant Core repository under a single namespace. It can now all be invoked using python3 -m script.translations
.
Old command | New command |
---|---|
script/translations_develop |
python3 -m script.translations develop |
script/translations_upload |
python3 -m script.translations upload |
script/translations_download |
python3 -m script.translations download |
script/translations_clean |
python3 -m script.translations clean |
This will help us prepare for our Translations 2.0 effort that will clean up translations and make it scale better.