Bug report
Describe the bug
I'm trying to use the experimental i18n feature (#17078) and it seems like next/link does not handle cross-locale links correctly.
To Reproduce
Repository: next.js-bug-link-locale
Steps to reproduce the behavior:
- Go to http://localhost:3000/nl-nl/42
- Click on 'TO /de-de/42' link
- See 404 error and URL http://localhost:3000/nl-nl/de-de/42
Expected behavior
Visiting http://localhost:3000/de-de/42 without errors
Screenshots


System information
- OS: macOS
- Browser (if applies): chrome
- Version of Next.js: 9.5.6-canary.9
- Version of Node.js: 10.22.1
Additional context
N/A