add:新增配置

This commit is contained in:
2024-12-21 13:38:57 +08:00
parent 9a281ffbd7
commit 63c6c7a481
3 changed files with 24 additions and 6 deletions

View File

@@ -42,7 +42,10 @@ import dict from './dict/zh'
import angle from './angle/zh'
import regional from './regional/zh'
import stage from './stage/zh'
import inManage from './in/zh'
import stor from './sch/stor/zh'
import sect from './sch/sect/zh'
import struct from './sch/struct/zh'
import groupDick from './groupDick/zh'
export default {
...zhLocale,
@@ -89,6 +92,9 @@ export default {
...angle,
...regional,
...stage,
...inManage
...stor,
...sect,
...struct,
...groupDick
}

View File

@@ -42,7 +42,10 @@ import dict from './dict/en'
import angle from './angle/en'
import regional from './regional/en'
import stage from './stage/en'
import inManage from './in/en'
import stor from './sch/stor/en'
import sect from './sch/sect/en'
import struct from './sch/struct/en'
import groupDick from './groupDick/en'
export default {
...enLocale,
@@ -89,6 +92,9 @@ export default {
...angle,
...regional,
...stage,
...inManage
...stor,
...sect,
...struct,
...groupDick
}

View File

@@ -42,7 +42,10 @@ import dict from './dict/vi'
import angle from './angle/in'
import regional from './regional/in'
import stage from './stage/in'
import inManage from './in/es'
import stor from './sch/stor/es'
import sect from './sch/sect/es'
import struct from './sch/struct/es'
import groupDick from './groupDick/es'
export default {
...viLocale,
@@ -90,5 +93,8 @@ export default {
...angle,
...regional,
...stage,
...inManage
...stor,
...sect,
...struct,
...groupDick
}