inline-i18n-multi 0.1.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
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
2
4
 
3
5
  Inline i18n for JavaScript/TypeScript. Write translations where you use them.
@@ -47,7 +49,7 @@ t('items.count', { count: 5 }) // → '5 items'
47
49
 
48
50
  ## Documentation
49
51
 
50
- Full documentation: [GitHub](https://github.com/jaesukpark/inline-i18n-multi)
52
+ **Please read the [full documentation on GitHub](https://github.com/exiivy98/inline-i18n-multi)** for complete API reference, framework integrations, and best practices.
51
53
 
52
54
  ## License
53
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inline-i18n-multi",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Inline i18n - write translations inline, support multiple languages",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",