mistercrunch commented on PR #28572:
URL: https://github.com/apache/superset/pull/28572#issuecomment-2150912741
Just a note, but from my understanding, running this
```
./scripts/translations/babel_update.sh --sort-output
pybabel update -i superset/translations/messages.pot -d
superset/translations --ignore-obsolete
```
as you mentioned @goldjee , is the same as just running
```
./scripts/translations/babel_update.sh
```
as the bash script doesn't receive any params.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]