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
Copy file name to clipboardExpand all lines: translate-messages/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Options can be set by using command-line arguments:
44
44
| `-d`, `--locales-dir` | Name of the folder containing locale files (default: `_locales`) | `--locales-dir=_messages`
45
45
| `-t`, `--target-langs` | Comma-separated list of languages to include (default: all [`supported_locales`][supported-locales]) | `--target-langs=en,es,fr`
46
46
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=en,es`
47
+
| `-k`, `--keys` | Comma-separated list of keys to translate | `--keys=appDesc,err_notFound`
47
48
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=appName,author`
48
49
|`-i`, `--init`| Create .translate-msgs.config.json in project root to store defaults |
49
50
|`-W`, `--no-wizard`| Skip interactive prompts during start-up |
0 commit comments