rusackas opened a new pull request, #43904: URL: https://github.com/apache/superset/pull/43904
### SUMMARY Follow-up docs for #41780 (merged), which changed how the frontend translation catalog gets to the browser: instead of inlining it into the HTML, `spa.html` now loads it via a versioned `/language_pack/<lang>/<version>/script.js` tag that's cacheable for a year (content-addressed by a hash of the pack). That's an operator-facing behavior change - new unauthenticated route, new caching semantics, and it changes how `COMMON_BOOTSTRAP_OVERRIDES_FUNC` interacts with translations - and it wasn't covered anywhere in the docs. Added a "Serving translated language packs" section to `configuring-superset.mdx`, next to the existing D3/locale config section, covering the script tag, the cache-control behavior on version match/mismatch, why the endpoint is unauthenticated, and how a `COMMON_BOOTSTRAP_OVERRIDES_FUNC`-supplied pack still takes precedence. ### TESTING INSTRUCTIONS Docs only. Read through `docs/admin_docs/configuration/configuring-superset.mdx`. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API 🤖 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]
