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.
- package/README.md +3 -1
- 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
|
-
|
|
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
|
|