init:搭建基座框架
This commit is contained in:
7
src/locales/en.ts
Normal file
7
src/locales/en.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
message: {
|
||||
title: 'Hello World',
|
||||
hello: 'Hello',
|
||||
welcome: 'Welcome',
|
||||
},
|
||||
}
|
||||
7
src/locales/zh.ts
Normal file
7
src/locales/zh.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
message: {
|
||||
title: '你好世界',
|
||||
hello: '你好',
|
||||
welcome: '欢迎使用',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user