Skip to content

Commit 05e9a1e

Browse files
committed
Updated options table w/ canonical flags
1 parent e288c89 commit 05e9a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

translate-messages/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Options can be set by using command-line arguments:
2929
| Option | Description | Example
3030
| ----------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------
3131
| `--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`
32+
| `--target-langs` | Comma-separated list of languages to include (default: all [`supported_locales`][supported-locales]) | `--target-langs=en,es,fr`
3333
| `--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`
34+
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=appName,author`
3535
| `--init` | Create translate-messages.config.json in project root to store defaults |
3636
| `--no-wizard` | Skip interactive prompts during start-up |
3737
| `-h`, `--help` | Show help screen |

0 commit comments

Comments
 (0)