Merge pull request #5520 from node-red/i18n-notice

Set showSupportNotice option on i18n
pull/5526/head
Nick O'Leary 2026-03-05 16:40:14 +00:00 committed by GitHub
commit 610e704436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ function init(settings) {
initPromise = new Promise((resolve,reject) => {
i18n.use(MessageFileLoader);
var opt = {
showSupportNotice: false,
// debug: true,
defaultNS: "runtime",
ns: [],