Translation
Unanswered
onliner posted this in #help-forum
onlinerOP
Hello, what is the best and cheapest way to translate a Next.js project?
https://next-intl-docs.vercel.app/
https://github.com/i18next/next-i18next
https://github.com/aralroca/next-translate
https://locize.com/
https://poeditor.com/
https://simplelocalize.io/
I am looking for a way to translate my project. What do you guys use, and what do you recommend?
https://next-intl-docs.vercel.app/
https://github.com/i18next/next-i18next
https://github.com/aralroca/next-translate
https://locize.com/
https://poeditor.com/
https://simplelocalize.io/
I am looking for a way to translate my project. What do you guys use, and what do you recommend?
11 Replies
American Crow
next-intl for me
American Crow
- It's nextjs first as a principle: https://next-intl-docs.vercel.app/docs/design-principles#nextjs-first
- It supports (unstable) static generation, which many others do not
- It supports localized slugs (localized pathnames) e.g. en/hello -> es/hola whihc many others don't
Used it in bigger projects and i was satisfied / good experience
- It supports (unstable) static generation, which many others do not
- It supports localized slugs (localized pathnames) e.g. en/hello -> es/hola whihc many others don't
Used it in bigger projects and i was satisfied / good experience
@American Crow - It's nextjs first as a principle: https://next-intl-docs.vercel.app/docs/design-principles#nextjs-first
- It supports (unstable) static generation, which many others do not
- It supports localized slugs (localized pathnames) e.g. en/hello -> es/hola whihc many others don't
Used it in bigger projects and i was satisfied / good experience
onlinerOP
Ok, great answer. And for the translation, is it manual?
@onliner Ok, great answer. And for the translation, is it manual?
American Crow
Good question and one of the biggest advantages of all:
It has its own visual code extension with a deep-l integration so you can just rightlick on a language -> translate and deep-l does it pretty good (and fully automated)
It has its own visual code extension with a deep-l integration so you can just rightlick on a language -> translate and deep-l does it pretty good (and fully automated)
onlinerOP
Ok it's look cool, and what about the price?
American Crow
opensource / free
onlinerOP
Ok, I think you've convinced me, I'm going to try it. thank you very much for your feedback.
onlinerOP
@American Crow hello 👋, i have a question for implemant deepL on next js 14/ next-intl what you use ? I can't find any resource for that ?
@onliner <@240974567730970625> hello 👋, i have a question for implemant deepL on next js 14/ next-intl what you use ? I can't find any resource for that ?
American Crow
It's integrated in the Vs code extension (i18 ally) https://next-intl-docs.vercel.app/docs/workflows/vscode-integration