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.
translate-json
project.scripts
1 parent 02b7dc1 commit 825f420Copy full SHA for 825f420
2 files changed
translate-messages/docs/README.md
@@ -25,7 +25,7 @@ pip install translate-messages
25
26
Run the CLI:
27
```bash
28
-translate-messages [options] # or translate-msgs
+translate-messages [options] # or translate-<json|msgs>
29
```
30
31
If no options are passed, the CLI will:
translate-messages/pyproject.toml
@@ -76,8 +76,9 @@ Releases = "https://github.com/adamlui/python-utils/releases"
76
Repository = "https://github.com/adamlui/python-utils"
77
78
[project.scripts]
79
-translate-msgs = "translate_messages.__main__:main"
+translate-json = "translate_messages.__main__:main"
80
translate-messages = "translate_messages.__main__:main"
81
+translate-msgs = "translate_messages.__main__:main"
82
83
[project.optional-dependencies]
84
dev = [
0 commit comments