Skip to content

Commit ffbc324

Browse files
committed
Update localization.md
1 parent 4fb172b commit ffbc324

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh-cn/docs/contribute/localization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ PR 必须包含所有[最低要求内容](#minimum-required-content)才能获得
445445
<!--
446446
### Add a localized README file
447447

448-
To guide other localization contributors, add a new [`README-**.md`](https://help.github.com/articles/about-readmes/) to the top level of [k/website](https://github.com/kubernetes/website/), where `**` is the two-letter language code. For example, a German README file would be `README-de.md`.
448+
To guide other localization contributors, add a new [`README-**.md`](https://help.github.com/articles/about-readmes/) to the top level of [kubernetes/website](https://github.com/kubernetes/website/), where `**` is the two-letter language code. For example, a German README file would be `README-de.md`.
449449

450450
Provide guidance to localization contributors in the localized `README-**.md` file. Include the same information contained in `README.md` as well as:
451451

@@ -454,7 +454,7 @@ Provide guidance to localization contributors in the localized `README-**.md` fi
454454
-->
455455
### 添加本地化的 README 文件 {#add-a-localized-readme-file}
456456

457-
为了指导其他本地化贡献者,请在 [k/website](https://github.com/kubernetes/website/)
457+
为了指导其他本地化贡献者,请在 [kubernetes/website](https://github.com/kubernetes/website/)
458458
的根目录添加一个新的 [`README-**.md`](https://help.github.com/articles/about-readmes/),
459459
其中 `**` 是两个字母的语言代码。例如,德语 README 文件为 `README-de.md`。
460460

@@ -679,7 +679,7 @@ To collaborate on a localization branch:
679679

680680
`dev-<source version>-<language code>.<team milestone>`
681681

682-
For example, an approver on a German localization team opens the localization branch `dev-1.12-de.1` directly against the k/website repository, based on the source branch for Kubernetes v1.12.
682+
For example, an approver on a German localization team opens the localization branch `dev-1.12-de.1` directly against the kubernetes/website repository, based on the source branch for Kubernetes v1.12.
683683
-->
684684
1. [@kubernetes/website-maintainers](https://github.com/orgs/kubernetes/teams/website-maintainers)
685685
中的团队成员从 https://github.com/kubernetes/website 原有分支新建一个本地化分支。
@@ -691,7 +691,7 @@ To collaborate on a localization branch:
691691
`dev-<source version>-<language code>.<team milestone>`
692692

693693
例如,一个德语本地化团队的批准人基于 Kubernetes v1.12 版本的源分支,
694-
直接新建了 k/website 仓库的本地化分支 `dev-1.12-de.1`。
694+
直接新建了 kubernetes/website 仓库的本地化分支 `dev-1.12-de.1`。
695695

696696
<!--
697697
2. Individual contributors open feature branches based on the localization branch.

0 commit comments

Comments
 (0)