-
Notifications
You must be signed in to change notification settings - Fork 163
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
Automated footer year #668
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Vicky Besra <[email protected]>
Signed-off-by: Vicky Besra <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
docusaurus.config.js
Outdated
const currentYear = new Date().getFullYear(); | ||
const localizedCopyrights = { | ||
en: `${currentYear} © KubeEdge Project Authors. All rights reserved.`, | ||
zh: `${currentYear} © KubeEdge 项目作者。版权所有。`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to have this Chinese version of footer in here? i think this is meant to be English version only, so i think it works okay with current implementation.
@@ -1,6 +1,6 @@ | |||
{ | |||
"copyright": { | |||
"message": "2024 © KubeEdge Project Authors. All rights reserved.", | |||
"message": "2025 © KubeEdge Project Authors. All rights reserved.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure how to automate the copyright in (https://github.com/kubeedge/website/blob/master/i18n/zh/docusaurus-theme-classic/footer.json) |
Signed-off-by: Vicky Besra <[email protected]>
Signed-off-by: Vicky Besra <[email protected]>
Which issue(s) this PR fixes:
Fixes #597