mirror of https://github.com/node-red/node-red.git
Merge pull request #5520 from node-red/i18n-notice
Set showSupportNotice option on i18npull/5526/head
commit
610e704436
|
|
@ -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