Skip to content

Commit 825f420

Browse files
committed
Added translate-json to project.scripts
1 parent 02b7dc1 commit 825f420

2 files changed

Lines changed: 3 additions & 2 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-msgs
28+
translate-messages [options] # or translate-<json|msgs>
2929
```
3030

3131
If no options are passed, the CLI will:

translate-messages/pyproject.toml

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

7878
[project.scripts]
79-
translate-msgs = "translate_messages.__main__:main"
79+
translate-json = "translate_messages.__main__:main"
8080
translate-messages = "translate_messages.__main__:main"
81+
translate-msgs = "translate_messages.__main__:main"
8182

8283
[project.optional-dependencies]
8384
dev = [

0 commit comments

Comments
 (0)