next-translate-plugin 3.1.1 → 3.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 +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
|
+
<p align="center">
|
|
29
|
+
Sponsored by <a href="https://kitmul.com/en" alt="Kitmul">Kitmul</a>
|
|
30
|
+
</p>
|
|
31
|
+
|
|
32
|
+
|
|
28
33
|
<hr />
|
|
29
34
|
|
|
30
35
|
Two of the goals of **[next-translate](https://github.com/aralroca/next-translate)** is to be a **tiny library** (~2kb) and to have **no external dependencies**.
|
|
@@ -68,4 +73,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
68
73
|
|
|
69
74
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
70
75
|
|
|
71
|
-
- [Contributors list is in Next-translate GitHub repository](https://github.com/aralroca/next-translate#contributors-)
|
|
76
|
+
- [Contributors list is in Next-translate GitHub repository](https://github.com/aralroca/next-translate#contributors-)
|