File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/contribute Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,11 +345,11 @@ Releases | [All heading and subheading URLs](/releases)
345
345
Translated documents must reside in their own `content/**/` subdirectory, but otherwise, follow the
346
346
same URL path as the English source. For example, to prepare the
347
347
[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 subdirectory under the `content/de/` directory and copy the English source or directory :
349
349
350
350
` ` ` shell
351
351
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/
353
353
` ` `
354
354
355
355
Translation tools can speed up the translation process. For example, some
You can’t perform that action at this time.
0 commit comments