多语言支持

This commit is contained in:
2025-10-27 19:08:38 +08:00
parent ba0ce22be2
commit 0ba80c664d
12 changed files with 318 additions and 145 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"appname": {
"home": "Home"
},
"message": {
"hello": "Hello",
"welcome": "Welcome"
},
"button": {
"submit": "Submit",
"cancel": "Cancel"
}
}
+3
View File
@@ -0,0 +1,3 @@
{
}
+13
View File
@@ -0,0 +1,13 @@
{
"appname": {
"home": "主页"
},
"message": {
"hello": "你好",
"welcome": "欢迎"
},
"button": {
"submit": "提交",
"cancel": "取消"
}
}