We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86de67 commit cee026aCopy full SHA for cee026a
translate-messages/README.md
@@ -1,11 +1,11 @@
1
-# > translate.py
+# > translate-messages
2
3
Translate `en/messages.json` to other locales automatically.
4
5
## Installation
6
7
```bash
8
-pip install translate.py
+pip install translate-messages
9
```
10
11
## Usage
@@ -36,7 +36,7 @@ Options can be set using command-line arguments:
36
37
## Config file
38
39
-- Use `--init` to create `translate.py.config.json` in your project root to set default options
+- Use `--init` to create `translate-messages.config.json` in your project root to set default options
40
- CLI arguments always override config file
41
42
## Example
0 commit comments