rowild
[i18n] Is translating the complete URL possible?
I try to integrate multi language with @nuxxtjs/i18n v8. Lots of things work, but URLs, while prefixed with the language code, won't get translated. What is
/about
in English, becomes /de/about
in German (instead of /de/ueber-uns
) and /fr/about
(instead of /fr/a-propos
).
Here is a reproduction: https://stackblitz.com/edit/multi-language-test-app?file=README.md
Am I wrong in assuming that the complete URL has to be translated? If not, what is wrong with my setup?15 replies