After having some trouble with next-i18next
library to internationalize pages, we decided to create an alternative library! With some differences:
π¦ Tiny (~1kb)
β‘οΈ It also works for static-sites (with no server)
We just released it today π
The result after replacing next-i18next
to next-translate
in our project (with a custom server):
Before:
After:
714 B !! π€―
Please, help us with a star on GitHub repo (or contribute, PRs are welcome):
Top comments (3)
Oh, that's interesting! My current work is using 'NextJs', I'll be sure check it :)
Impressive!
Cool I will give it a try