add 自动线程国际化

This commit is contained in:
周俊杰
2023-11-30 10:54:39 +08:00
parent f5e7e2023f
commit c294d65603
10 changed files with 427 additions and 388 deletions

View File

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