localingos 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -212,9 +212,9 @@ env:
|
|
|
212
212
|
```
|
|
213
213
|
Your codebase Localingos
|
|
214
214
|
┌──────────────┐ ┌──────────────┐
|
|
215
|
-
│ en-US.json │ ──── push ──→
|
|
216
|
-
│ (source) │ │
|
|
217
|
-
│ │ ←── pull ────
|
|
215
|
+
│ en-US.json │ ──── push ──→ │ Process & │
|
|
216
|
+
│ (source) │ │ Translate │
|
|
217
|
+
│ │ ←── pull ──── │ (AI-powered) │
|
|
218
218
|
│ es-ES.json │ │ │
|
|
219
219
|
│ fr-FR.json │ │ │
|
|
220
220
|
│ zh-CN.json │ │ │
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "localingos",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "AI-powered translation CLI — localize your app into 56 languages with one command. Supports React, Next.js, Vue, Angular. MCP server included.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|