This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Description
Hi,
how can I change the language of nuxt-validate?
I also use nuxt-i18n.
In the readme there is the following line:
notice: If you use nuxt-i18n module, declare the nuxt-validate module at before it.
So my modules look like that at the moment.
modules: [
'bootstrap-vue/nuxt',
'@nuxtjs/axios',
'@nuxtjs/eslint-module',
'@nuxtjs/sentry',
'nuxt-validate',
'nuxt-i18n'
],
So this is correct, right?
- How can I change the language statically to for example french.
- Why is nuxt-validate not picking the language from nuxt-i18n. What additional steps do I need?
Thank you!