add: 日志管理模块实现国际化

This commit is contained in:
yanps
2023-11-30 14:33:32 +08:00
parent 6fe192867f
commit 301033ef99
17 changed files with 252 additions and 85 deletions

View File

@@ -12,6 +12,7 @@ import address from './address/en'
import storageCell from './storageCell/en'
import route from './route/en'
import auto from './auto/en'
import monitor from './monitor/en'
export default {
...enLocale,
@@ -27,6 +28,6 @@ export default {
...address,
...storageCell,
...route,
...auto
...auto,
...monitor
}