nuxt generate + i18n + dynamics routes
[issue link]Hi guys, i hope you can help with an issue. I’m really enthusiastic about your project so I decided to do my latest project with Nuxtjs + i18n and dynamics routes.
I started from i18n example and added dynamics routes imported from a json following this example. My page folder is setted like this:

Right now i’m a little bit confused about how to generate a static package to host in a web hosting. How can I generate dynamically all the routes from the json files and how I should to manage _lang routes?
Thank you