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

Suppress i18n notice in frontend
pull/5529/head
Nick O'Leary 2026-03-06 11:40:07 +00:00 committed by GitHub
commit 4d25f071fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ RED.i18n = (function() {
apiRootUrl = options.apiRootUrl||"";
var preferredLanguage = localStorage.getItem("editor-language") || detectLanguage();
var opts = {
showSupportNotice: false,
backend: {
loadPath: apiRootUrl+'locales/__ns__?lng=__lng__',
},