rusackas opened a new pull request, #37717: URL: https://github.com/apache/superset/pull/37717
## Summary - Removes LLM analysis output that was accidentally committed to the Spanish `messages.po` file - This garbage text was preventing the translation file from compiling with `pybabel compile` - Adds the missing Spanish translation for "Tree orientation" → "Orientación del árbol" ## Before The Spanish translation file contained ~27 lines of what appears to be LLM analysis output embedded directly in the .po file, causing compilation to fail with parse errors. ## After File compiles successfully and all translation catalogs can be built. ## Testing Instructions ```bash pybabel compile -d superset/translations -l es ``` Should complete without parse errors (placeholder warnings are pre-existing and unrelated). ## Additional Information Discovered while working on PR #33940 - the translation compilation revealed this pre-existing corruption in the Spanish file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
