Set showSupportNotice option on i18n

pull/5520/head
Nick O'Leary 2026-03-05 16:16:45 +00:00
parent 75acd26678
commit 98a48d6b3a
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
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: [],