NuxtN
Nuxt13mo ago
5 replies
gabrielstuff

checking routes with i18n - report usage

Hello,

Does anyone have a method to verify all the routes for pages that use defineI18nRoute and could generate something like this:

defineI18nRoute({
    paths: {
      en: '/search', 
      fr: '/rechercher'
    }
  })


I have 20 different pages, including pages with dynamic IDs, and some that does not rely on
defineI18nRoute
.

I’d like to check all possible route combinations in a single report.

Thanks !
Was this page helpful?