fix: update Apache Superset website footer copyright year#37435
fix: update Apache Superset website footer copyright year#37435rusackas merged 1 commit intoapache:masterfrom
Conversation
|
Bito Automatic Review Skipped - Files Excluded |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Apache Superset website footer i18n translation so the copyright year reflects 2026, aligning the public site footer with the current year and the reported bug.
Changes:
- Updated the
copyright.messageHTML string indocs/i18n/en/docusaurus-theme-classic/footer.jsonto replace2024with2026.
|
I'm fine with the update, but maybe we should use a little inline JS or something to make it dynamic so we don't have to update it again? |
|
I looked into this while debugging the issue — since the footer content is coming from the i18n A dynamic solution would likely require a custom footer component or theme override to inject the current year at render time. If that sounds reasonable, I’m happy to explore a follow-up PR in that direction. |
Fixes #37432
This PR updates the Apache Superset website footer to reflect the current year.
The copyright year in the i18n footer translation file was outdated.
This change updates it to the current year, fixing the public website footer.