feat(i18n): 更新国际化组件,优化语言文件和结构,增强类型支持
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
{
|
||||
"welcome": "Welcome",
|
||||
"hello": "Hello, {name}!",
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"about": "About"
|
||||
"message": {
|
||||
"hello": "hello world",
|
||||
"greeting": "good morning, world!"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,6 @@
|
||||
{
|
||||
"welcome": "欢迎",
|
||||
"hello": "你好,{name}!",
|
||||
"nav": {
|
||||
"home": "首页",
|
||||
"about": "关于"
|
||||
"message": {
|
||||
"hello": "你好,世界",
|
||||
"greeting": "早上好,世界!"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user