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
parent f5e6e51817
commit ed4a55b4b6

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);