rsnext/packages/next/next-server/lib/i18n
JJ Kasper 5cab03fef0
Add handling for domain to locale mapping (#17771)
Follow-up to https://github.com/vercel/next.js/pull/17370 this adds mapping of locales to domains and handles default locales for specific domains also allowing specifying which locales can be visited for each domain. 

This PR also updates to output all statically generated pages under the locale prefix to make it easier to locate/lookup and to not redirect to the default locale prefixed path when no `accept-language` header is provided.
2020-10-10 10:22:45 +00:00
..
detect-domain-locales.ts Add handling for domain to locale mapping (#17771) 2020-10-10 10:22:45 +00:00
detect-locale-cookie.ts Add initial changes for i18n support (#17370) 2020-10-07 21:11:01 +00:00
normalize-locale-path.ts Update to have default locale matched on root (#17669) 2020-10-08 11:12:17 +00:00