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 translate to (default: all 100+ [`stable_locales`][stable-locales]) | `--target-langs=es,fr`
46
-
| `-k`, `--keys` | Comma-separated list of keys to translate (default: all found src keys missing in target files) | `--keys=app_DESC,err_NOT_FOUND`
47
-
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=es,zh`
48
-
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=app_NAME,author`
49
-
|`--only-stable`| Only use stable locales (skip auto-discovery) |
50
-
| `--config` | Use custom config file | `--config=path/to/file`
51
-
|`init`, `-i`, `--init`| Create `.translate-msgs.config.json5` in project root to store default options |
52
-
|`-f`, `--force`| Force overwrite of existing config file when using `init`|
53
-
|`-n`, `--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 100+ [`stable_locales`][stable-locales]) | `--target-langs=es,fr`
46
+
| `-k`, `--keys` | Comma-separated list of keys to translate (default: all found src keys missing in target files) | `--keys=app_DESC,err_NOT_FOUND`
47
+
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=es,zh`
48
+
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=app_NAME,author`
49
+
|`--only-stable`| Only use stable locales (skip auto-discovery) |
50
+
| `--config` | Use custom config file | `--config=path/to/file`
51
+
|`init`, `-i`, `--init`| Create `.translate-msgs.config.json5` in project root to store default options |
52
+
|`-f`, `--force`| Force overwrite of existing config file when using `init`|
53
+
|`-n`, `--no-wizard`| Skip interactive prompts during start-up |
54
+
|`-h`, `--help`| Show help screen |
55
+
|`-v`, `--version`| Show version |
56
+
|`-V`, `--debug [targetConfigKey]`| Show debug logs |
0 commit comments