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 id from './in'
import menu from './menu/in'
import param from './param/in'
import instruction from './instruction/in'
import task from './task/in'
export default {
...idLocale,
...id,
...menu,
...param,
...instruction
...instruction,
...task
}