Skip to content

Commit 3ffd414

Browse files
committed
Fix localization.md since kubernetes-basics is now a directory
1 parent b82b747 commit 3ffd414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/contribute/localization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,11 @@ Releases | [All heading and subheading URLs](/releases)
345345
Translated documents must reside in their own `content/**/` subdirectory, but otherwise, follow the
346346
same URL path as the English source. For example, to prepare the
347347
[Kubernetes Basics](/docs/tutorials/kubernetes-basics/) tutorial for translation into German,
348-
create a subfolder under the `content/de/` folder and copy the English source:
348+
create a subfolder under the `content/de/` folder and copy the English source or directory:
349349

350350
```shell
351351
mkdir -p content/de/docs/tutorials
352-
cp content/en/docs/tutorials/kubernetes-basics.md content/de/docs/tutorials/kubernetes-basics.md
352+
cp -ra content/en/docs/tutorials/kubernetes-basics/ content/de/docs/tutorials/
353353
```
354354

355355
Translation tools can speed up the translation process. For example, some

0 commit comments

Comments
 (0)