How to send current locale to an api route with nuxt i18n
We are writting a new app using Nuxt and
@nuxtjs/i18n
@nuxtjs/i18n
. We have multiple domains with different languages. Is there a way to automatically attach the current locale to the every request sent to the middleware?