Skip to content

Commit cee026a

Browse files
committed
1 parent e86de67 commit cee026a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translate-messages/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# > translate.py
1+
# > translate-messages
22

33
Translate `en/messages.json` to other locales automatically.
44

55
## Installation
66

77
```bash
8-
pip install translate.py
8+
pip install translate-messages
99
```
1010

1111
## Usage
@@ -36,7 +36,7 @@ Options can be set using command-line arguments:
3636

3737
## Config file
3838

39-
- Use `--init` to create `translate.py.config.json` in your project root to set default options
39+
- Use `--init` to create `translate-messages.config.json` in your project root to set default options
4040
- CLI arguments always override config file
4141

4242
## Example

0 commit comments

Comments
 (0)