i18n in react-email #963
-
Could you please share if there is a way to integrate i18n into react-email, if so how do you do it? |
Beta Was this translation helpful? Give feedback.
Answered by
pmioduszewski
Jan 13, 2024
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I had this question myself and used i18next. More specifically, I pass my email component a translation function. The i18n framework is initialized outside the template. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It's working for me on Vercel like this - my gist |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lowfnm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's working for me on Vercel like this - my gist