add 任务调度国际化

This commit is contained in:
周俊杰
2023-11-30 15:07:13 +08:00
parent 301033ef99
commit e3bbf6d18f
8 changed files with 150 additions and 72 deletions

View File

@@ -13,21 +13,22 @@ import storageCell from './storageCell/en'
import route from './route/en'
import auto from './auto/en'
import monitor from './monitor/en'
import timing from './timing/en'
export default {
...enLocale,
...en,
...menu,
...param,
...instruction,
...task,
...history,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route,
...auto,
...monitor
}
...enLocale,
...en,
...menu,
...param,
...instruction,
...task,
...history,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route,
...auto,
...monitor,
...timing
}