@scopeact/autoi18n 1.1.1 → 1.1.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
|
@@ -43,7 +43,7 @@ It’s repetitive, boring, and easy to screw up.
|
|
|
43
43
|
No global install required:
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
|
-
npx @scopeact/
|
|
46
|
+
npx @scopeact/autoi18n init
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
---
|
|
@@ -53,7 +53,7 @@ npx @scopeact/auto-i18n init
|
|
|
53
53
|
### 1. Initialize configuration
|
|
54
54
|
|
|
55
55
|
```bash
|
|
56
|
-
npx @scopeact/
|
|
56
|
+
npx @scopeact/autoi18n init
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
This creates:
|
|
@@ -65,7 +65,7 @@ This creates:
|
|
|
65
65
|
### 2. Run the migration
|
|
66
66
|
|
|
67
67
|
```bash
|
|
68
|
-
npx @scopeact/
|
|
68
|
+
npx @scopeact/autoi18n run
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
The tool will:
|