add: 高级配置模块实现国际化
This commit is contained in:
@@ -14,21 +14,25 @@ import route from './route/en'
|
||||
import auto from './auto/en'
|
||||
import monitor from './monitor/en'
|
||||
import timing from './timing/en'
|
||||
import config from './config/en'
|
||||
|
||||
export default {
|
||||
...enLocale,
|
||||
...en,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...monitor,
|
||||
...timing
|
||||
}
|
||||
...enLocale,
|
||||
...en,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...monitor,
|
||||
...timing,
|
||||
...config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user