You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename project from translator-gemini to translator-ai
Updated all references including:
- Package name and repository URLs
- Binary names (translator-ai, translator-ai-mcp)
- Cache directory paths
- Documentation and examples
- Test cases and source code
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# translator-gemini
1
+
# translator-ai
2
2
3
3
[](https://coff.ee/datanoisetv)
4
4
@@ -20,13 +20,13 @@ Fast and efficient JSON i18n translator powered by Google Gemini API with increm
20
20
### Global Installation (Recommended)
21
21
22
22
```bash
23
-
npm install -g translator-gemini
23
+
npm install -g translator-ai
24
24
```
25
25
26
26
### Local Installation
27
27
28
28
```bash
29
-
npm install translator-gemini
29
+
npm install translator-ai
30
30
```
31
31
32
32
## Configuration
@@ -52,7 +52,7 @@ For completely local translation without API costs:
52
52
```
53
53
3. Use the `--provider ollama` flag:
54
54
```bash
55
-
translator-gemini source.json -l es -o spanish.json --provider ollama
55
+
translator-ai source.json -l es -o spanish.json --provider ollama
56
56
```
57
57
58
58
## Usage
@@ -187,9 +187,9 @@ Example: If 10 files share 50% of their strings, you save ~50% on API calls!
0 commit comments