Closed
Description
Version
nuxt-i18n: 6.15.4
nuxt: 2.14.7
Nuxt configuration
mode:
- universal
Nuxt-i18n configuration
i18n: {
locales: [{
code: 'he',
iso: 'he'
}
],
defaultLocale: 'he',
parsePages: false,
strategy: 'prefix',
pages: {
'categories/index': {
he: '/קטגוריות'
},
'categories/_id': {
he: '/קטגוריות/:id'
},
search: {
he: '/חיפוש'
}
}
}
The problem is when i reload the page it gives me Page Not Found.
because the routes in Hebrew, when i change the "he" values to be in english it works fine.
I think the none ascii characters make the problem