Skip to content

Commit 13bb1fc

Browse files
committed
Prefixed qty to stable_locales in --target-langs description
1 parent 7e9d149 commit 13bb1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translate-messages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Options can be set by using command-line arguments:
4242
| Option | Description | Example
4343
| ---------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------
4444
| `-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 [`stable_locales`][stable-locales]) | `--target-langs=es,fr`
45+
| `-t`, `--target-langs` | Comma-separated list of languages to translate to (default: all 100+ [`stable_locales`][stable-locales]) | `--target-langs=es,fr`
4646
| `-k`, `--keys` | Comma-separated list of keys to translate (default: all found src keys missing in target files) | `--keys=app_DESC,err_NOT_FOUND`
4747
| `--exclude-langs` | Comma-separated list of languages to exclude | `--exclude-langs=es,zh`
4848
| `--exclude-keys` | Comma-separated list of keys to ignore | `--exclude-keys=app_NAME,author`

0 commit comments

Comments
 (0)