rusackas commented on PR #44147: URL: https://github.com/apache/superset/pull/44147#issuecomment-5801842725
@omsn2 that babel failure is the pot drift check: your `messages.pot` has one string that no longer exists in source, so it just needs regenerating. And no, the conflicts can't stay, GitHub won't let us merge a dirty branch. Rebase onto `master`, resolve the conflicts, then run `scripts/translations/babel_update.sh` from there and commit the resulting `messages.pot`. That should clear both. -- 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]
