Skip to content

Commit e7cfa77

Browse files
committed
1 parent 6477e9e commit e7cfa77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "translate-messages"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Translate en/messages.json to other locales."
55
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
66
readme = 'README.md'

0 commit comments

Comments
 (0)