-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ignore empty lang value #1162 #1163
Conversation
The current fix is not enough because I18nProvider also suffered from this. Below is what I saw with my local building:
So I made the exact change here, and it finally works: next-translate/src/I18nProvider.tsx Line 27 in a759d71
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @timotew
@esupper thanks, I'm going to do this change in another PR |
No worry. Thank you @timotew so much for the contribution!! @all-contributors please add @timotew for code |
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @timotew! 🎉 |
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update
[x ] Bug fix
[ ] New feature
[ ] Other, please explain:
What changes did you make? (Give an overview)
Ignore empty translations for generated pages.
Which issue (if any) does this pull request address?
#1162
Is there anything you'd like reviewers to focus on?