missing translation keys after change locale #569
Unanswered
ValeriiMakhniuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i18n.json:
folder structure
./locales/ru/auth.json
:./locales/en/auth.json
:Problem:
If i use default locale on
auth/login
page - everything is ok, but then i change route toen/auth/login
i get warnings for each key:"auth:login.title" is missing in current namespace configuration. Try adding "login.title" to the namespace "auth".
Here is my nextJs log - you can see that locale has changed:
Usage
Beta Was this translation helpful? Give feedback.
All reactions