feat(i18n): 集成 vue-i18n 并配置多语言支持
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 4m24s
CI/CD Pipeline / build-and-deploy (push) Successful in 5m33s

(cherry picked from commit 15c9509318dd7d48c081c4ae4846598d9affb344)
This commit is contained in:
严浩
2025-10-22 18:31:44 +08:00
parent 917301dea6
commit 0ac7636c74
9 changed files with 184 additions and 2 deletions

10
src/locales/zh-CN.json Normal file
View File

@@ -0,0 +1,10 @@
{
"page": {
"i18n-demo": {
"title": "Vue I18n 示例",
"current-language": "当前语言",
"change-language": "切换语言",
"hello": "你好, {name}"
}
}
}