feat(i18n): 添加中文和英文语言文件,集成国际化支持
This commit is contained in:
8
src/locales/en.json
Normal file
8
src/locales/en.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"welcome": "Welcome",
|
||||
"hello": "Hello, {name}!",
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"about": "About"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user