add: 高级配置模块实现国际化

This commit is contained in:
yanps
2023-11-30 16:24:55 +08:00
parent e3bbf6d18f
commit 368940fd24
12 changed files with 189 additions and 96 deletions

View File

@@ -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
}