mirror of https://github.com/node-red/node-red.git
Set showSupportNotice option on i18n
parent
75acd26678
commit
98a48d6b3a
|
|
@ -160,6 +160,7 @@ function init(settings) {
|
|||
initPromise = new Promise((resolve,reject) => {
|
||||
i18n.use(MessageFileLoader);
|
||||
var opt = {
|
||||
showSupportNotice: false,
|
||||
// debug: true,
|
||||
defaultNS: "runtime",
|
||||
ns: [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue