Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const config = {
<div class="footer__logo-container">
<img class="footer__logo" alt="Cloud Native Computing Foundation Logo" src="/img/landing/logo_cloudnative.png" />
</div>
<p>The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" target="_blank" rel="noopener noreferrer">Trademark Usage</a> page.</p>
<p>Copyright Volcano a Series of LF Projects, LLC. For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/" target="_blank" rel="noopener noreferrer">LF Projects Policies</a>.</p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The trademark disclaimer has been updated here, but the corresponding translation file i18n/zh-Hans/docusaurus-theme-classic/footer.json still contains the old Linux Foundation trademark text. Please update the translation file to match this change to ensure consistency across all supported languages.

For example, you can update the corresponding paragraph in i18n/zh-Hans/docusaurus-theme-classic/footer.json to:

<p>版权所有 Volcano a Series of LF Projects, LLC。关于网站使用条款、商标政策和其他项目政策,请参阅 <a href="https://lfprojects.org/policies/" target="_blank" rel="noopener noreferrer">LF Projects Policies</a></p>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why does the sentence structure look so hard to read...? I want to wait until other CNCF projects have completed their rectification before we follow. I don't want to have to revise it all over again.

<p>${new Date().getFullYear()} @ Volcano Project Authors. All rights reserved.</p>
`,
},
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh-Hans/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"copyright": {
"message": "\n <div class=\"footer-content\">\n <p>Volcano是 <a href=\"https://www.cncf.io/\" target=\"_blank\" rel=\"noopener noreferrer\">云原生计算基金会</a> 孵化项目</p>\n <div class=\"footer__logo-container\">\n <img class=\"footer__logo\" alt=\"云原生计算基金会徽标\" src=\"/img/landing/logo_cloudnative.png\" />\n </div>\n <p>Linux基金会已注册并使用其商标。有关Linux基金会的商标列表,请参见 <a href=\"https://www.linuxfoundation.org/trademark-usage\" target=\"_blank\" rel=\"noopener noreferrer\">商标使用</a> 页面。</p>\n <p>版权所有©2025 @ Volcano 项目作者所有。保留一切权利。</p>\n ",
"message": "\n <div class=\"footer-content\">\n <p>Volcano是 <a href=\"https://www.cncf.io/\" target=\"_blank\" rel=\"noopener noreferrer\">云原生计算基金会</a> 孵化项目</p>\n <div class=\"footer__logo-container\">\n <img class=\"footer__logo\" alt=\"云原生计算基金会徽标\" src=\"/img/landing/logo_cloudnative.png\" />\n </div>\n <p>Copyright Volcano 是 LF Projects, LLC 的系列项目。有关网站使用条款、商标政策和其他项目政策,请参见 <a href=\"https://lfprojects.org/policies/\" target=\"_blank\" rel=\"noopener noreferrer\">LF Projects 政策</a>。</p>\n <p>版权所有©2025 @ Volcano 项目作者所有。保留一切权利。</p>\n ",
"description": "The footer copyright"
}
}