nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.69k stars 474 forks source link

Allow using `app/router.options.ts` or routes options for routing #1836

Open huang-julien opened 1 year ago

huang-julien commented 1 year ago

Describe the feature

Hi :wave:

Currently the module only generate routes with the page directory. Is it possible to add a routes or router option to generate localized routes instead of using the page directory ?

Additional information

Final checks

ineshbose commented 1 year ago

Related: #1676