chore(editor): Disable i18n warnings (#12202)

This commit is contained in:
Raúl Gómez Morales
2024-12-13 10:46:09 +01:00
committed by GitHub
parent 889b15d33e
commit c3b968acf5

View File

@@ -19,6 +19,7 @@ export const i18nInstance = createI18n({
locale: 'en',
fallbackLocale: 'en',
messages: { en: englishBaseText },
warnHtmlInMessage: 'off',
});
type BaseTextOptions = { adjustToNumber?: number; interpolate?: Record<string, string | number> };