forked from potsda.mn/mobilizon
Fix formatting of fallback locales
Closes #1195 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ebc5e70b1f
commit
670dd7ac21
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue