Skip to content

[Bug]: Footer copyright year is outdated on Chinese language version #540

Description

@yashisrani

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.

Image

Steps to Reproduce

  1. Open the Volcano website.
  2. Switch the language from English to Chinese.
  3. Scroll to the footer.
  4. 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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions