Skip to content

Commit c5c647a

Browse files
authored
Update README.md
1 parent b0148b8 commit c5c647a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ simplelocalize init
7575
7676
## Upload translations
7777
78-
Upload command takes your local files and uploads them to SimpleLocalize. You can specify a path to the file or use placeholders to upload many files at once.
79-
A good practise is to **upload only source translations** instead of uploading all translations on each run. You can use `{lang}` placeholder to specify language or locale and `{ns}` placeholder to specify namespace,
80-
e.g.: `./src/translations/{lang}/{ns}.json`.
78+
Upload command takes your local files and uploads them to SimpleLocalize.
8179
8280
```shell
8381
simplelocalize upload
@@ -90,12 +88,12 @@ simplelocalize upload
9088
9189
## Download translations
9290
93-
Download works similarly to the upload command, but this time it exports translation files from the Translation Editor to your local files.
91+
Download command takes translation from SimpleLocalize and saves them to your local files.
9492
9593
```shell
9694
simplelocalize download
9795
--apiKey PROJECT_API_KEY
98-
--downloadPath OUTPUT_FILE
96+
--downloadPath DOWNLOAD_PATH
9997
--downloadFormat FILE_FORMAT
10098
```
10199

0 commit comments

Comments
 (0)