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
Do you have any plans to integrate some kind of locale fallback?
I have a common use case to define most of the routes only in English and maybe in one translation. Some important routes get additional translations.
For this scenario I would have a huge amount of double definitions of the same paths for several languages without a fallback.
As you already have a default_locale configuration key, this could be used as fallback if the requested locale is not matching anything.
The text was updated successfully, but these errors were encountered:
Hi @Phobetor Sorry for the late reply but I have been a little busy.
Regarding your question. I currently am not planning on implementing this feature but if you are willing to submit a PR for this I would love to merge it 😄
Do you have any plans to integrate some kind of locale fallback?
I have a common use case to define most of the routes only in English and maybe in one translation. Some important routes get additional translations.
For this scenario I would have a huge amount of double definitions of the same paths for several languages without a fallback.
As you already have a
default_locale
configuration key, this could be used as fallback if the requested locale is not matching anything.The text was updated successfully, but these errors were encountered: