0
0
Fork 0

Use root translations as fallback

This commit is contained in:
Joan Sanchez 2023-01-04 10:30:45 +01:00
parent 3242d2fd8c
commit 1de75e876d
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ const i18n = createI18n({
globalInjection: true,
messages,
missingWarn: false,
fallbackRoot: false,
legacy: false,
});