-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[ja] Translate title and linkTitle for Blogs page #39650
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
LGTM |
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.
Thank you. This is a good point of view.
content/ja/blog/_index.md
Outdated
linktitle: Kubernetesブログ | ||
title: Kubernetesブログ | ||
--- |
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.
linktitle: Kubernetesブログ | |
title: Kubernetesブログ | |
--- | |
title: Kubernetesブログ | |
linkTitle: ブログ | |
menu: | |
main: | |
title: "ブログ" | |
weight: 40 | |
post: > | |
<p>Kubernetesやコンテナ全般に関する最新ニュースを読んで、技術的なハウツーをいち早く入手しましょう。</p> | |
--- | |
{{< comment >}} | |
ブログへの寄稿についての情報は、以下を参照してください | |
https://kubernetes.io/docs/contribute/new-content/blogs-case-studies/#write-a-blog-post | |
{{< /comment >}} |
I think it's better to match the following original file.
website/content/en/blog/_index.md
Lines 1 to 16 in c44bdb2
--- | |
title: Kubernetes Blog | |
linkTitle: Blog | |
menu: | |
main: | |
title: "Blog" | |
weight: 40 | |
post: > | |
<p>Read the latest news for Kubernetes and the containers space in general, and get technical how-tos hot off the presses.</p> | |
--- | |
{{< comment >}} | |
For information about contributing to the blog, see | |
https://kubernetes.io/docs/contribute/new-content/blogs-case-studies/#write-a-blog-post | |
{{< /comment >}} |
I tested where these fields are used.
I don't know where the |
/retitle [ja] Translate title and linkTitle for Blogs page |
I seem the modified file is fine. |
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.
The error no longer occurs.
Currently, the modifications can be checked on the preview site.
/lgtm
LGTM label has been added. Git tree hash: 31a46d81bf6b30a9905fcaa210ace2bf6d5b17c4
|
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nasa9084 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Improvement suggestions for the following