mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore(editor): Disable i18n warnings (#12202)
This commit is contained in:
committed by
GitHub
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> };
|
||||
|
||||
Reference in New Issue
Block a user