useTranslation doesn't return content #1858
Unanswered
augustomallmann
asked this question in
Q&A
Replies: 1 comment
-
set the debug flag to true and check the developer console: https://github.com/i18next/next-i18next/blob/master/examples/simple/next-i18next.config.js#L3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm struggling implementing the
next-i18next
on my website. The problem happens when I try to get the translation content, it only outputs the file name. Details below:When I try to get a content inside a component, it returns only the file name:
My locale folders are in
/public/locales
.//
./public/locales/en/common.json
:What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions