mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-30 05:42:00 -08:00
chore(editor): Disable i18n warnings (#12202)
This commit is contained in:
parent
889b15d33e
commit
c3b968acf5
|
@ -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> };
|
||||
|
|
Loading…
Reference in a new issue