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
| `--locales-dir` | Name of the folder containing locale files (default: `_locales`) | `--locales-dir=_messages`
32
+
| `--include-langs` | Comma-separated list of languages to include (default: all [`supported_locales`][supported-locales]) | `--include-langs=en,es,fr`
33
+
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=en,es`
34
+
| `--ignore-keys` | Comma-separated list of keys to ignore | `--ignore-keys=appName,author`
35
+
|`--init`| Create translate-messages.config.json in project root to store defaults |
36
+
|`--no-wizard`| Skip interactive prompts during start-up |
0 commit comments