build: 设置多语言
This commit is contained in:
8
src/locales/en.ts
Normal file
8
src/locales/en.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
test: {
|
||||
about: 'About'
|
||||
},
|
||||
test2: {
|
||||
go: 'Go'
|
||||
}
|
||||
}
|
||||
8
src/locales/zh-CN.ts
Normal file
8
src/locales/zh-CN.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
test: {
|
||||
about: '关于'
|
||||
},
|
||||
test2: {
|
||||
go: '去'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user