chore(i18n,docs): update translations (#43306)

This commit is contained in:
camperbot
2021-08-26 21:50:40 -07:00
committed by GitHub
parent 9d466b36f5
commit ef6604f69e
45 changed files with 97 additions and 98 deletions

View File

@@ -12,7 +12,7 @@ If you want to create new steps, the following tools simplify that process.
A one-off script that will automatically add the next step based on the last step numbered as `part-xxx.md` where `xxx` represents the 3-digit step number of the last step. The challenge seed code will use the previous step's challenge seed code with the editable region markers (ERMs) removed.
**Note:** This script also runs [reorder-steps](how-to-work-on-practice-projects#reorder-steps).
**Note:** This script also runs [reorder-steps](#reorder-steps).
### How to run script:
@@ -27,7 +27,7 @@ npm run create-next-step
A one-off script that automatically adds a specified number of steps at a specific starting step number. The challenge seed code for all steps created will be empty.
**Note:** This script also runs [reorder-steps](how-to-work-on-practice-projects#reorder-steps).
**Note:** This script also runs [reorder-steps](#reorder-steps).
### How to run script:
@@ -42,7 +42,7 @@ npm run create-empty-steps start=X num=Y # where X is the starting step number a
A one-off script that automatically adds a new step between two existing consecutive steps. The challenge seed code will use the existing starting step's challenge seed code with the editable region markers (ERMs) removed.
**Note:** This script also runs [reorder-steps](how-to-work-on-practice-projects#reorder-steps).
**Note:** This script also runs [reorder-steps](#reorder-steps).
### How to run script: