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:
@@ -160,7 +160,7 @@ function init() {
|
||||
suffix: '__'
|
||||
}
|
||||
};
|
||||
var lang = getCurrentLocale();
|
||||
var lang = settings.lang || getCurrentLocale();
|
||||
if (lang) {
|
||||
opt.lng = lang;
|
||||
}
|
||||
|
Reference in New Issue
Block a user