Suppress i18n notice in frontend

pull/5528/head
Nick O'Leary 2026-03-06 11:35:20 +00:00
parent afe52133ce
commit 9933617eea
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
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__',
},