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
| `-d`, `--locales-dir` | Name of the folder containing locale files (default: `_locales`) | `--locales-dir=_messages`
45
-
| `-t`, `--target-langs` | Comma-separated list of languages to include (default: all [`supported_locales`][supported-locales]) | `--target-langs=en,es,fr`
46
-
| `-k`, `--keys` | Comma-separated list of keys to translate | `--keys=app_DESC,err_NOT_FOUND`
47
-
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=en,es`
48
-
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=app_NAME,author`
49
-
|`-i`, `--init`| Create `.translate-msgs.config.jsonc` in project root to store default options |
50
-
|`-f`, `--force`| Force overwrite of existing config file when using `--init`|
51
-
|`-W`, `--no-wizard`| Skip interactive prompts during start-up |
| `-d`, `--locales-dir` | Name of the folder containing locale files (default: `_locales`) | `--locales-dir=_messages`
45
+
| `-t`, `--target-langs` | Comma-separated list of languages to translate to (default: all [`supported_locales`][supported-locales]) | `--target-langs=en,es,fr`
46
+
| `-k`, `--keys` | Comma-separated list of keys to translate | `--keys=app_DESC,err_NOT_FOUND`
47
+
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=en,es`
48
+
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=app_NAME,author`
49
+
|`-i`, `--init`| Create `.translate-msgs.config.jsonc` in project root to store default options |
50
+
|`-f`, `--force`| Force overwrite of existing config file when using `--init`|
51
+
|`-W`, `--no-wizard`| Skip interactive prompts during start-up |
0 commit comments