rusackas commented on PR #38495: URL: https://github.com/apache/superset/pull/38495#issuecomment-4774288242
@Harshit-Tiwary The translation fix itself is right. The new `test_sql_lab_il8n.py` is what's breaking CI though, the `if __name__` block is indented inside a test function, there's no ASF license header, and it's missing a trailing newline. Clean that up and run pre-commit and this should go green. -- 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]
