@nimpl/i18n 1.1.0 → 1.1.2-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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# @nimpl/i18n
|
|
2
2
|
|
|
3
|
+
(Former [next-translation](https://www.npmjs.com/package/next-translation))
|
|
4
|
+
|
|
3
5
|
i18n library designed primarily with server components in mind and maximum optimization (due to the transfer of logic to the assembly stage and/or server side).
|
|
4
6
|
|
|
7
|
+
Visit https://nimpl.tech/i18n to view the full documentation.
|
|
8
|
+
|
|
5
9
|
## Why one more library?
|
|
6
10
|
|
|
7
11
|
Server components are a recent feature in React. Existing translation libraries are not yet well-optimized for them. If they support it, then only by disabling Next.js static optimization.
|