mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add optional lang select
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = {
|
||||
*/
|
||||
init: function(settings) {
|
||||
log.init(settings);
|
||||
i18n.init();
|
||||
i18n.init(settings);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user