-
Hi there, multilang Vue people!👋 The logging of used fallback locales very verbose. This is useful when debugging the fallbacks, but it fills up the console with useless and distracting information, once the fallbacks are properly setup. Example:
Is it possible to somehow turn this off? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can disable with using options the below when call the
If you use the Composition API, disable with using options when calling the
See the docs: |
Beta Was this translation helpful? Give feedback.
You can disable with using options the below when call the
createI18n
:silentFallbackWarn
: set totrue
silentTranslationWarn
: set totrue
If you use the Composition API, disable with using options when calling the
createI18n
:fallbackWarn
: set tofalse
fallbackWarn
: set tofalse
See the docs:
See the docs: https://vue-i18n.intlify.dev/guide/essentials/fallback.html#explicit-fallback-with-one-locale