Appearance
vue-i18n / general / FallbackLocale
type FallbackLocale = | Locale | Locale[] | { [locale in string]: Locale[] } | false;
Vue I18n General