add 自动线程国际化
This commit is contained in:
@@ -11,19 +11,21 @@ import protocol from './protocol/zh'
|
||||
import address from './address/zh'
|
||||
import storageCell from './storageCell/zh'
|
||||
import route from './route/zh'
|
||||
import auto from './auto/zh'
|
||||
|
||||
export default {
|
||||
...zhLocale,
|
||||
...zh,
|
||||
...menu,
|
||||
...param,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...instruction,
|
||||
...task,
|
||||
...history
|
||||
}
|
||||
...zhLocale,
|
||||
...zh,
|
||||
...menu,
|
||||
...param,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...auto
|
||||
}
|
||||
Reference in New Issue
Block a user