You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localeLanguageRegionMap in core/i18n/routing.ts can be populated with the different locales you want to support. This list however is then filtered by only the locales supported by the default channel configured in your .env.local file. And does not take into account any other channels you define in your core/channels.config.ts file.
localeLanguageRegionMap
incore/i18n/routing.ts
can be populated with the different locales you want to support. This list however is then filtered by only the locales supported by the default channel configured in your .env.local file. And does not take into account any other channels you define in yourcore/channels.config.ts
file.Ideally this would also support a setup with multiple storefronts, each having it's own set of locales:
These should be combined to work as follows:
The text was updated successfully, but these errors were encountered: