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 ec8d97b commit ef1ff2cCopy full SHA for ef1ff2c
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-<json|msgs>
+translate-messages [options] # or translate-msgs
29
```
30
31
If no options are passed, the CLI will:
translate-messages/pyproject.toml
@@ -76,9 +76,8 @@ Releases = "https://github.com/adamlui/python-utils/releases"
76
Repository = "https://github.com/adamlui/python-utils"
77
78
[project.scripts]
79
-translate-json = "translate_messages.__main__:main"
80
-translate-messages = "translate_messages.__main__:main"
81
translate-msgs = "translate_messages.__main__:main"
+translate-messages = "translate_messages.__main__:main"
82
83
[project.optional-dependencies]
84
dev = [
0 commit comments