rusackas commented on code in PR #44536:
URL: https://github.com/apache/superset/pull/44536#discussion_r4080737638
##########
superset-frontend/package.json:
##########
@@ -43,7 +43,7 @@
"build-dev": "cross-env NODE_OPTIONS=--max_old_space_size=8192
NODE_ENV=development webpack --mode=development --color",
"build-instrumented": "cross-env NODE_ENV=production
BABEL_ENV=instrumented webpack --mode=production --color",
"build-storybook": "storybook build",
- "build-translation": "scripts/po2json.sh",
+ "build-translation": "python3 ../scripts/translations/compile_po.py",
Review Comment:
Same as the point above on this file, matches
`translations:build-index`/`translations:backfill` right next to it, both
already `python3` and both preexisting. Fixing Windows python resolution for
all three is its own PR.
--
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]