You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,7 @@ simplelocalize init
75
75
76
76
## Upload translations
77
77
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.
81
79
82
80
```shell
83
81
simplelocalize upload
@@ -90,12 +88,12 @@ simplelocalize upload
90
88
91
89
## Download translations
92
90
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.
0 commit comments