logoalt Hacker News

nextworddev10/01/20241 replyview on HN

for nextjs apps, localization with next-i18next was a breeze.

https://github.com/i18next/next-i18next


Replies

jthompson400410/01/2024

Yup, we use a very similar library on the backend, we just layer a few things on top of it, like our VSCode extension that scans through the app and auto-wraps user-facing strings for translation, build-time translation, automatic context, etc.

If you've got a big codebase, the VSCode extension can be super helpful for setting up.

show 1 reply