Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: copyright year is stuck on 2023 #278

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

maaaathis
Copy link
Contributor

@maaaathis maaaathis commented Oct 18, 2024

The copyright year in the footer is currently stuck at 2023. This is caused by the direct definition here and here overriding the docusaurus.config.ts where the year is dynamically set according to the current year at build time.

This PR removes the explicit definition of the copyright translation of the footer from the EN and DE translation files, so that the dynamic translation takes effect again

The current footer:
image

After the removed translation:
image

@maaaathis maaaathis self-assigned this Oct 18, 2024
@maaaathis maaaathis added the bug Something isn't working label Oct 18, 2024
@maaaathis maaaathis enabled auto-merge (squash) October 18, 2024 06:47
@maaaathis maaaathis merged commit c9c0c26 into master Oct 18, 2024
3 checks passed
@maaaathis maaaathis deleted the fix/copyright-year branch October 18, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants