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
Hi @adi-zz
This is currently not possible with current version but it would certainly be an interesting feature.
In the meantime you could probably "hack" your way to a solution by using other pages that export the page's module you'd like to translate, kinda like it's done in Nuxt's i18n official example: https://nuxtjs.org/examples/i18n
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I want URLs having 2 different patterns to point to the same page:
/en/car/1
,/voiture/1
/en/latest/2
,/nouveau/2
(both should render the same
/pages/cars/show.vue
component)Could this be implement with the current version? And I wonder how both
routes: { ... }
object andlocalePath( ... )
call should look.Thanks for this module.
The text was updated successfully, but these errors were encountered: