mirror of
https://github.com/apache/superset.git
synced 2026-04-09 19:35:21 +00:00
feat: bake translations as part of the build processes (#28483)
This commit is contained in:
committed by
GitHub
parent
78aa79bb15
commit
8d57a35531
2
.github/workflows/superset-python-misc.yml
vendored
2
.github/workflows/superset-python-misc.yml
vendored
@@ -50,4 +50,4 @@ jobs:
|
||||
uses: ./.github/actions/setup-backend/
|
||||
- name: Test babel extraction
|
||||
if: steps.check.outputs.python
|
||||
run: flask fab babel-extract --target superset/translations --output superset/translations/messages.pot --config superset/translations/babel.cfg -k _,__,t,tn,tct
|
||||
run: scripts/translations/babel_update.sh
|
||||
|
||||
Reference in New Issue
Block a user