Merge pull request from ricardoamaro/Fix_tutorials_cp

Fix localization.md since kubernetes-basics is now a directory
pull/45770/head
Kubernetes Prow Robot 2024-04-21 20:35:03 -07:00 committed by GitHub
commit 65ffa36d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
content/en/docs/contribute

View File

@ -345,11 +345,11 @@ Releases | [All heading and subheading URLs](/releases)
Translated documents must reside in their own `content/**/` subdirectory, but otherwise, follow the
same URL path as the English source. For example, to prepare the
[Kubernetes Basics](/docs/tutorials/kubernetes-basics/) tutorial for translation into German,
create a subfolder under the `content/de/` folder and copy the English source:
create a subdirectory under the `content/de/` directory and copy the English source or directory:
```shell
mkdir -p content/de/docs/tutorials
cp content/en/docs/tutorials/kubernetes-basics.md content/de/docs/tutorials/kubernetes-basics.md
cp -ra content/en/docs/tutorials/kubernetes-basics/ content/de/docs/tutorials/
```
Translation tools can speed up the translation process. For example, some