File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ curl -s https://get.simplelocalize.io/install | bash
3030simplelocalize -c config.yml [COMMAND] --apiKey <PROJECT_API_KEY> --uploadaPath <UPLOAD_PATH> other arguments...
3131```
3232
33- ## Example configuration file
33+ ## Configuration file
3434Use configuration file in order to simplify your bash command. Arguments used in command always overrides properties set in configuration file.
3535
3636Filename: ` simplelocalize.yml `
@@ -113,28 +113,28 @@ uploadPath: /{lang}/{ns}.json
113113uploadFormat: single-language-json
114114```
115115
116- ## Upload translations command
116+ ## Upload translations
117117
118118``` properties
119119simplelocalize upload --apiKey <PROJECT_API_KEY>
120120```
121121
122122
123- ## Download translations command
123+ ## Download translations
124124
125125``` properties
126126simplelocalize download --apiKey <PROJECT_API_KEY>
127127```
128128
129129
130- ## Sync translations command
130+ ## Sync translations
131131Sync command combines upload and download commend execution.
132132``` properties
133133simplelocalize sync --apiKey <PROJECT_API_KEY>
134134```
135135
136136
137- ## Extract translation keys command
137+ ## Extract translation keys
138138
139139``` properties
140140simplelocalize extract --apiKey <PROJECT_API_KEY>
You can’t perform that action at this time.
0 commit comments