Add fallbackRootWithEmptyString when languages have empty strings

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-03-23 12:32:18 +01:00 committed by tykayn
parent 5c65a4b892
commit aa56724bef
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ export const i18n = new VueI18n({
fallbackLocale: DEFAULT_LOCALE,
formatFallbackMessages: true,
pluralizationRules,
fallbackRootWithEmptyString: true,
});
console.debug("set VueI18n with default locale", DEFAULT_LOCALE);