'test'
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user