I18n-module: How to turn off warnings messages ?

Created on 10 Feb 2020  路  4Comments  路  Source: nuxt-community/i18n-module

Messages like this

[vue-i18n] Value of key 'forms.fields.email_label' is not a string!

Options like ?

debug: false 

This question is available on Nuxt community (#c390)

Most helpful comment

    vueI18n: {
      silentTranslationWarn: true,
      silentFallbackWarn: true,
    },

All 4 comments

This issue as been imported as question since it does not respect nuxt-i18n issue template. Only bug reports and feature requests stays open to reduce maintainers workload.
If your issue is not a question, please mention the repo admin or moderator to change its type and it will be re-opened automatically.
Your question is available at https://cmty.app/nuxt/nuxt-i18n/issues/c390.

    vueI18n: {
      silentTranslationWarn: true,
      silentFallbackWarn: true,
    },

Why this message is outputted?

@mhrabiee Dont found translate for select locale.

Was this page helpful?
0 / 5 - 0 ratings