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
Sync command combines upload and download commend execution.
131
132
```properties
132
133
simplelocalize sync --apiKey <PROJECT_API_KEY>
133
134
```
134
135
135
136
136
-
## Extract translation keys
137
+
## Extract translation keys command
137
138
138
139
```properties
139
140
simplelocalize extract --apiKey <PROJECT_API_KEY>
140
141
```
141
142
142
143
## Custom configuration file
143
-
By default, SimpleLocalize will load configuration from file named `simplelocalize.yml`. You can load configuration from different location using `--configuration` parameters.
144
+
By default, SimpleLocalize will load configuration from file named `simplelocalize.yml`. You can load configuration from different location using `-c` parameters.
0 commit comments