debugging! #755
Answered
by
Ali-Hussein-dev
Ali-Hussein-dev
asked this question in
Q&A
-
Hi, I am having an issue and need to debug it. index.tsx {t,lang}= useTranslation
lang // return ""
t("home:title") // return "home:title" next.config.js //...code
module.exports = withPlugins(
[
[nextTranslate()],
[withPWA()],
],
nextConfig()
); i18.json {
"locales": ["en-US", "de", "ar"],
"defaultLocale": "de",
"pages": {
"*": ["common"],
"/": ["home"]
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
Ali-Hussein-dev
Dec 26, 2021
Replies: 1 comment 1 reply
-
I think I solved it!! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ali-Hussein-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I solved it!!