Description
When switching the Volcano website language from English to Chinese, the footer displays an outdated copyright year.
Current text:
版权所有©2025 @ Volcano 项目作者所有。保留一切权利。
Since the current year is 2026, the copyright year should be updated accordingly.
Steps to Reproduce
- Open the Volcano website.
- Switch the language from English to Chinese.
- Scroll to the footer.
- Observe the copyright notice.
Actual Result
The footer displays:
版权所有©2025 @ Volcano 项目作者所有。保留一切权利。
Expected Result
The footer should display the current year (2026) or use a dynamically generated year to avoid requiring manual updates in the future.
Suggested Fix
- Update the hardcoded year from 2025 to 2026, or
- Use a dynamically generated current year (recommended) so it stays accurate automatically each year.
Description
When switching the Volcano website language from English to Chinese, the footer displays an outdated copyright year.
Current text:
版权所有©2025 @ Volcano 项目作者所有。保留一切权利。
Since the current year is 2026, the copyright year should be updated accordingly.
Steps to Reproduce
Actual Result
The footer displays:
版权所有©2025 @ Volcano 项目作者所有。保留一切权利。
Expected Result
The footer should display the current year (2026) or use a dynamically generated year to avoid requiring manual updates in the future.
Suggested Fix