Replaced all k/website in localization guide with kubernetes/website only

This commit is contained in:
Bishal Das
2022-07-06 17:45:10 +05:30
committed by GitHub
parent 73921ec553
commit 9e70d30559
+2 -2
View File
@@ -278,7 +278,7 @@ For an example of adding a new localization, see the PR to enable
To guide other localization contributors, add a new To guide other localization contributors, add a new
[`README-**.md`](https://help.github.com/articles/about-readmes/) to the top level of [`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. [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`. For example, a German README file would be `README-de.md`.
Provide guidance to localization contributors in the localized `README-**.md` file. Provide guidance to localization contributors in the localized `README-**.md` file.
@@ -418,7 +418,7 @@ To collaborate on a localization branch:
`dev-<source version>-<language code>.<team milestone>` `dev-<source version>-<language code>.<team milestone>`
For example, an approver on a German localization team opens the localization branch 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 `dev-1.12-de.1` directly against the `kubernetes/website` repository, based on the source branch for
Kubernetes v1.12. Kubernetes v1.12.
2. Individual contributors open feature branches based on the localization branch. 2. Individual contributors open feature branches based on the localization branch.