add: 任务列表实现国际化

This commit is contained in:
yanps
2023-11-29 16:09:29 +08:00
parent f72062d723
commit eb88bd8c22
16 changed files with 214 additions and 64 deletions

View File

@@ -3,11 +3,13 @@ import en from './en'
import menu from './menu/en'
import param from './param/en'
import instruction from './instruction/en'
import task from './task/en'
export default {
...enLocale,
...en,
...menu,
...param,
...instruction
...instruction,
...task
}