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
Is your feature request related to a problem? Please describe.
I would like to add a fallback locale when using the I18nProviderClient with the app router. The documentation only mentions a fallbackLocale prop for the I18nProvider with the page router. While there is a fallbackLocale config option for createI18nClient and createI18nServer, I'm either using it incorrectly or it doesn't work.
@QuiiBzI figured out how to use the fallback correctly, but thank you for the quick clarification. 👍 Still, adding documentation for this would be nice.
Is your feature request related to a problem? Please describe.
I would like to add a fallback locale when using the
I18nProviderClient
with the app router. The documentation only mentions afallbackLocale
prop for theI18nProvider
with the page router. While there is afallbackLocale
config option forcreateI18nClient
andcreateI18nServer
, I'm either using it incorrectly or it doesn't work.Either way, it might be good to add documentation for this.
Describe the solution you'd like
Add a fallback locale when using the app router and/or add documentation for it.
Describe alternatives you've considered
I had a look at the code, but it wasn't immediately clear how to use the fallback locale.
Additional context
None.
The text was updated successfully, but these errors were encountered: