Skip to content

Possibility to turn off logging of fallback? #847

Answered by kazupon
elHornair asked this question in Q&A
Discussion options

You must be logged in to vote

You can disable with using options the below when call the createI18n:

  • Options API:
    • silentFallbackWarn: set to true
    • silentTranslationWarn: set to true

If you use the Composition API, disable with using options when calling the createI18n:

  • fallbackWarn: set to false
  • fallbackWarn: set to false

See the docs:
See the docs: https://vue-i18n.intlify.dev/guide/essentials/fallback.html#explicit-fallback-with-one-locale

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@elHornair
Comment options

Answer selected by elHornair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants