Skip to content

Commit ef1ff2c

Browse files
committed
Revert "Added translate-json to project.scripts"
This reverts commit 825f420.
1 parent ec8d97b commit ef1ff2c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

translate-messages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install translate-messages
2525

2626
Run the CLI:
2727
```bash
28-
translate-messages [options] # or translate-<json|msgs>
28+
translate-messages [options] # or translate-msgs
2929
```
3030

3131
If no options are passed, the CLI will:

translate-messages/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ Releases = "https://github.com/adamlui/python-utils/releases"
7676
Repository = "https://github.com/adamlui/python-utils"
7777

7878
[project.scripts]
79-
translate-json = "translate_messages.__main__:main"
80-
translate-messages = "translate_messages.__main__:main"
8179
translate-msgs = "translate_messages.__main__:main"
80+
translate-messages = "translate_messages.__main__:main"
8281

8382
[project.optional-dependencies]
8483
dev = [

0 commit comments

Comments
 (0)