@intlayer/docs 5.8.0 → 5.8.1-canary.0
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.
|
@@ -152,6 +152,14 @@ Refer to [`dictionaryOutput` and `i18nextResourcesDir` options](https://intlayer
|
|
|
152
152
|
|
|
153
153
|
---
|
|
154
154
|
|
|
155
|
+
## GitHub STARs
|
|
156
|
+
|
|
157
|
+
GitHub stars are a strong indicator of a project's popularity, community trust, and long-term relevance. While not a direct measure of technical quality, they reflect how many developers find the project useful, follow its progress, and are likely to adopt it. For estimating the value of a project, stars help compare traction across alternatives and provide insights into ecosystem growth.
|
|
158
|
+
|
|
159
|
+
[](https://www.star-history.com/#i18next/next-i18next&amannn/next-intl&aymericzip/intlayer)
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
155
163
|
## Conclusion
|
|
156
164
|
|
|
157
165
|
All three libraries succeed at core localization. The difference is **how much work you must do** to achieve a robust, scalable setup in **modern Next.js**:
|
|
@@ -146,6 +146,12 @@ Refer to [`dictionaryOutput` and `i18nextResourcesDir` options](https://intlayer
|
|
|
146
146
|
|
|
147
147
|
---
|
|
148
148
|
|
|
149
|
+
## GitHub STARs
|
|
150
|
+
|
|
151
|
+
GitHub stars are a strong indicator of a project's popularity, community trust, and long-term relevance. While not a direct measure of technical quality, they reflect how many developers find the project useful, follow its progress, and are likely to adopt it. For estimating the value of a project, stars help compare traction across alternatives and provide insights into ecosystem growth.
|
|
152
|
+
|
|
153
|
+
## [](https://www.star-history.com/#formatjs/formatjs&i18next/react-i18next&aymericzip/intlayer)
|
|
154
|
+
|
|
149
155
|
## Conclusion
|
|
150
156
|
|
|
151
157
|
All three libraries localize React effectively. The differentiator is how much **infrastructure** you must build to reach a **safe, scalable** setup:
|
|
@@ -258,6 +258,14 @@ Refer to [`dictionaryOutput` and `i18nextResourcesDir` options](https://intlayer
|
|
|
258
258
|
|
|
259
259
|
---
|
|
260
260
|
|
|
261
|
+
## GitHub STARs
|
|
262
|
+
|
|
263
|
+
GitHub stars are a strong indicator of a project's popularity, community trust, and long-term relevance. While not a direct measure of technical quality, they reflect how many developers find the project useful, follow its progress, and are likely to adopt it. For estimating the value of a project, stars help compare traction across alternatives and provide insights into ecosystem growth.
|
|
264
|
+
|
|
265
|
+
[](https://www.star-history.com/#intlify/vue-i18n&aymericzip/intlayer)
|
|
266
|
+
|
|
267
|
+
---
|
|
268
|
+
|
|
261
269
|
## Conclusion
|
|
262
270
|
|
|
263
271
|
Both **vue-i18n** and **Intlayer** localize Vue apps well. The difference is **how much you must build yourself** to achieve a robust, scalable setup:
|
|
@@ -264,6 +264,14 @@ This approach allows you to:
|
|
|
264
264
|
|
|
265
265
|
---
|
|
266
266
|
|
|
267
|
+
## GitHub STARs
|
|
268
|
+
|
|
269
|
+
GitHub stars are a strong indicator of a project's popularity, community trust, and long-term relevance. While not a direct measure of technical quality, they reflect how many developers find the project useful, follow its progress, and are likely to adopt it. For estimating the value of a project, stars help compare traction across alternatives and provide insights into ecosystem growth.
|
|
270
|
+
|
|
271
|
+
[](https://www.star-history.com/#formatjs/formatjs&i18next/react-i18next&i18next/i18next&i18next/next-i18next&lingui/js-lingui&amannn/next-intl&intlify/vue-i18n&aymericzip/intlayer)
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
267
275
|
## Interoperability
|
|
268
276
|
|
|
269
277
|
`intlayer` can also help to manage your `react-intl`, `react-i18next`, `next-intl`, `next-i18next`, and `vue-i18n` namespaces.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/docs",
|
|
3
|
-
"version": "5.8.0",
|
|
3
|
+
"version": "5.8.1-canary.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer documentation",
|
|
6
6
|
"keywords": [
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"sideEffects": false,
|
|
33
|
-
"type": "commonjs",
|
|
34
33
|
"exports": {
|
|
35
34
|
".": {
|
|
36
35
|
"types": "./dist/types/index.d.ts",
|
|
@@ -49,15 +48,14 @@
|
|
|
49
48
|
"legal"
|
|
50
49
|
],
|
|
51
50
|
"dependencies": {
|
|
52
|
-
"
|
|
53
|
-
"intlayer": "5.8.0"
|
|
51
|
+
"intlayer": "5.8.1-canary.0",
|
|
52
|
+
"@intlayer/config": "5.8.1-canary.0"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
55
|
"@types/node": "^24.2.1",
|
|
57
56
|
"concurrently": "^9.1.2",
|
|
58
57
|
"eslint": "^9.33.0",
|
|
59
58
|
"fast-glob": "^3.3.3",
|
|
60
|
-
"openai": "^4.89.0",
|
|
61
59
|
"prettier": "^3.5.3",
|
|
62
60
|
"rimraf": "^6.0.1",
|
|
63
61
|
"tsc-alias": "^1.8.16",
|
|
@@ -65,16 +63,16 @@
|
|
|
65
63
|
"tsx": "^4.19.4",
|
|
66
64
|
"typescript": "^5.9.2",
|
|
67
65
|
"vitest": "^3.2.2",
|
|
68
|
-
"@intlayer/
|
|
69
|
-
"@intlayer/cli": "5.8.0",
|
|
66
|
+
"@intlayer/cli": "5.8.1-canary.0",
|
|
70
67
|
"@utils/ts-config": "1.0.4",
|
|
71
68
|
"@utils/ts-config-types": "1.0.4",
|
|
69
|
+
"@intlayer/api": "5.8.1-canary.0",
|
|
72
70
|
"@utils/tsup-config": "1.0.4"
|
|
73
71
|
},
|
|
74
72
|
"peerDependencies": {
|
|
75
|
-
"@intlayer/
|
|
76
|
-
"@intlayer/
|
|
77
|
-
"@intlayer/config": "5.8.
|
|
73
|
+
"@intlayer/api": "5.8.1-canary.0",
|
|
74
|
+
"@intlayer/cli": "5.8.1-canary.0",
|
|
75
|
+
"@intlayer/config": "5.8.1-canary.0"
|
|
78
76
|
},
|
|
79
77
|
"engines": {
|
|
80
78
|
"node": ">=14.18"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* AUTO-GENERATED – DO NOT EDIT */
|
|
2
2
|
/* REGENERATE USING `pnpm prepare` */
|
|
3
|
-
import { LocalesValues } from 'intlayer';
|
|
4
3
|
import { readFile } from 'fs/promises';
|
|
4
|
+
import { LocalesValues } from 'intlayer';
|
|
5
5
|
import { dirname, join } from 'path';
|
|
6
6
|
import { fileURLToPath } from 'url';
|
|
7
7
|
|