inline-i18n-multi-next 0.1.1 → 0.1.3
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 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
> **Important:** For complete documentation, examples, and best practices, please read the [full documentation on GitHub](https://github.com/exiivy98/inline-i18n-multi).
|
|
2
|
+
|
|
1
3
|
# inline-i18n-multi-next
|
|
2
4
|
|
|
3
5
|
Next.js App Router integration for inline-i18n-multi. Full SSR/SSG support with SEO utilities.
|
|
@@ -106,7 +108,7 @@ export async function generateMetadata({ params }) {
|
|
|
106
108
|
|
|
107
109
|
## Documentation
|
|
108
110
|
|
|
109
|
-
|
|
111
|
+
**Please read the [full documentation on GitHub](https://github.com/exiivy98/inline-i18n-multi)** for complete API reference, SEO best practices, and advanced patterns.
|
|
110
112
|
|
|
111
113
|
## License
|
|
112
114
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inline-i18n-multi-next",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Next.js integration for inline-i18n-multi",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"inline-i18n-multi": "0.1.
|
|
55
|
-
"inline-i18n-multi-react": "0.1.
|
|
54
|
+
"inline-i18n-multi": "0.1.3",
|
|
55
|
+
"inline-i18n-multi-react": "0.1.3"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/react": "^19.0.2",
|