Replies: 1 comment 3 replies
-
@ritter1 hey mate, have you found a solution for this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have a project setup where I need two routes to the same page. Like this:
Route path
/one
is served bypages/one.vue
Route path
/two
is also served bypages/one.vue
Therefore, I created an extended page as follows:
How (and where) can I localize the path of
/two
fromfr/two
tofr/deux
?See demo on Stackblitz
I also get a warning in terminal:
[@nuxtjs/i18n]: Couldn't find AnalizedNuxtPageMeta by NuxtPage (/two), so no custom route for it
which seems kind of related to this issue.
Beta Was this translation helpful? Give feedback.
All reactions