docs: update i18n docker instructions

This commit is contained in:
perennial
2024-10-11 13:38:03 +11:00
parent 4324890255
commit fbb8bf2156
+3 -3
View File
@@ -54,7 +54,7 @@ Create an interactive Docker container using the `crowdin/cli:latest` image, and
```sh
docker run -it --rm --name crowdin-cli \
-e CROWDIN_PERSONAL_TOKEN=${CROWDIN_PERSONAL_TOKEN} \
-v "./i18n/locale/en:/usr/crowdin-project/i18n/locale/en" \
-v "./i18n/locale:/usr/crowdin-project/i18n/locale" \
crowdin/cli:latest
```
@@ -73,14 +73,14 @@ crowdin init \
--verbose
```
### Step 3: upload translations from container to PixivFE crowdin project
### Step 3: upload translations from local git repo to PixivFE crowdin project
```sh
crowdin upload \
--verbose
```
### Step 4: download translations from PixivFE crowdin project to container
### Step 4: download translations from PixivFE crowdin project to local git repo
```sh
crowdin download \