We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8d9cb commit 0bd0198Copy full SHA for 0bd0198
1 file changed
translate-messages/README.md
@@ -35,6 +35,12 @@ Options can be set by using command-line arguments:
35
| `--init` | Create a .config.json file to store your defaults |
36
| `--no-wizard` | Skip interactive prompts during start-up |
37
38
+## Example
39
+
40
+```bash
41
+translate-msgs --include-langs=fr,es --ignore-keys=appName,author
42
+```
43
44
## Config file
45
46
Use `--init` to create `translate-messages.config.json` in your project root to set default options.
@@ -53,12 +59,6 @@ Example defaults:
53
59
54
60
###### _Note: CLI arguments always override config file._
55
61
56
-## Example
57
-
58
-```bash
-translate-msgs --include-langs=fr,es --ignore-keys=appName,author
-```
62
## MIT License
63
64
**Copyright © 2023–2026 [Adam Lui](https://github.com/adamlui).**
0 commit comments