add: 历史记录模块实现国际化

This commit is contained in:
yanps
2023-11-29 19:09:22 +08:00
parent 4d2408de3b
commit 137544f067
15 changed files with 188 additions and 106 deletions

View File

@@ -4,6 +4,7 @@ import menu from './menu/en'
import param from './param/en'
import instruction from './instruction/en'
import task from './task/en'
import history from './history/en'
export default {
...enLocale,
@@ -11,5 +12,6 @@ export default {
...menu,
...param,
...instruction,
...task
...task,
...history
}