add modbus cmd
This commit is contained in:
@@ -67,6 +67,7 @@ class Root extends React.Component {
|
||||
return response.json();
|
||||
return {}
|
||||
}).then(json => {
|
||||
let lang = Object.keys(json)[0] || '';
|
||||
i18next.init({
|
||||
lng: lang,
|
||||
resources: json
|
||||
|
||||
Reference in New Issue
Block a user