Fix formatting of fallback locales

Closes #1195

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-11-21 11:04:13 +01:00
parent ebc5e70b1f
commit 670dd7ac21
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export const i18n = createI18n({
// messages, // set locale messages
messages: en, // set locale messages
fallbackLocale: DEFAULT_LOCALE,
formatFallbackMessages: true,
fallbackFormat: true,
pluralizationRules,
fallbackRootWithEmptyString: true,
globalInjection: true,