Dynamic root path
Hi! I have an app that is dealing with internationalisation.
My route structure is something like
And I want to add additional paths that immediately target specific locales;
What’s the recommended approach here? Is there a way to do it without duplicating everything to use
My route structure is something like
//about/whateverAnd I want to add additional paths that immediately target specific locales;
/en/en/about/en/whateverWhat’s the recommended approach here? Is there a way to do it without duplicating everything to use
$locale?