Add language to serverinfo
This commit is contained in:
parent
38ff33512f
commit
430805adcc
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ class UiWebsocket(object):
|
|||
"ui_port": config.ui_port,
|
||||
"version": config.version,
|
||||
"rev": config.rev,
|
||||
"language": config.language,
|
||||
"debug": config.debug,
|
||||
"plugins": PluginManager.plugin_manager.plugin_names
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue