This commit is contained in:
2023-11-30 10:46:21 +08:00
parent a839f95e59
commit f5e7e2023f
32 changed files with 542 additions and 235 deletions

View File

@@ -5,6 +5,12 @@ import param from './param/en'
import instruction from './instruction/en'
import task from './task/en'
import history from './history/en'
import device from './device/en'
import opc from './opc/en'
import protocol from './protocol/en'
import address from './address/en'
import storageCell from './storageCell/en'
import route from './route/en'
export default {
...enLocale,
@@ -13,5 +19,11 @@ export default {
...param,
...instruction,
...task,
...history
...history,
...device,
...opc,
...protocol,
...address,
...storageCell,
...route
}