-
Notifications
You must be signed in to change notification settings - Fork 27k
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
(examples/with-i18n-next-intl): fixes warning #25928
(examples/with-i18n-next-intl): fixes warning #25928
Conversation
@akellbl4 Can you also add the StackBlitz button to the ## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-i18n-next-intl) I have tested it on your fork. |
@d3lm as I can see this example already has the StackBlitz button. |
Ohhh, good catch. Then forget what I said! 😂 |
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 for the PR!
### Documentation / Examples Fixed one of the items from vercel#25854 - Fixes warning from `next-intl` - Hides locale selector in case if no other location - Fixes path `next/router` import - Removes unused variable --- - [x] Add the StackBlitz button in README.md - [x] Make sure the linting passes [Live demo on StackBlitz](https://stackblitz.com/github/akellbl4/next.js/tree/fix/example-with-i18n-next-intl-missing-other/examples/with-i18n-next-intl)
Documentation / Examples
Fixed one of the items from #25854
next-intl
next/router
importLive demo on StackBlitz