Skip to content

fix: update Apache Superset website footer copyright year#37435

Merged
rusackas merged 1 commit intoapache:masterfrom
Tilakmahajan:fix-website-footer-year
Jan 26, 2026
Merged

fix: update Apache Superset website footer copyright year#37435
rusackas merged 1 commit intoapache:masterfrom
Tilakmahajan:fix-website-footer-year

Conversation

@Tilakmahajan
Copy link
Contributor

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.

Footer updated to 2026

@github-actions github-actions bot added the doc Namespace | Anything related to documentation label Jan 26, 2026
@bito-code-review
Copy link
Contributor

bito-code-review bot commented Jan 26, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@dosubot dosubot bot added the i18n Namespace | Anything related to localization label Jan 26, 2026
@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 7b7283d
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/6977017faaccfd0008261ff9
😎 Deploy Preview https://deploy-preview-37435--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sadpandajoe sadpandajoe added the review:checkpoint Last PR reviewed during the daily review standup label Jan 26, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.message HTML string in docs/i18n/en/docusaurus-theme-classic/footer.json to replace 2024 with 2026.

@rusackas
Copy link
Member

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?

@rusackas rusackas merged commit 10a9b4b into apache:master Jan 26, 2026
82 of 83 checks passed
@Tilakmahajan
Copy link
Contributor Author

I looked into this while debugging the issue — since the footer content is coming from the i18n footer.json, JavaScript can’t be evaluated there directly.

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.

@sadpandajoe sadpandajoe removed the review:checkpoint Last PR reviewed during the daily review standup label Jan 29, 2026
LevisNgigi pushed a commit to LevisNgigi/superset that referenced this pull request Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Namespace | Anything related to documentation i18n Namespace | Anything related to localization size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Website footer shows outdated copyright year (2024)

4 participants