Add fallbackRootWithEmptyString when languages have empty strings
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f5e6e51817
commit
ed4a55b4b6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user