feat(i18n): 添加主页国际化支持并优化语言切换

- 添加主页相关翻译键(guest, onlineCount, loading等)
- 修改主页使用 $lang 动态显示文本
- 分类名称改为使用 nameKey 映射到语言文件
- 添加 URL 参数语言检测(App.vue onLaunch)
- GamePortrait 返回时保留语言参数

支持语言:cn, tw, en, yn, kr, tl, in

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
li
2026-01-17 23:26:20 +08:00
co-authored by Claude Sonnet 4.5
parent e1baeca60b
commit 8b736be67b
4 changed files with 47 additions and 17 deletions
+10
View File
@@ -38,6 +38,16 @@ var cn = {
buyu: "捕鱼游戏",
qipai: "棋牌游戏",
// 主页
guest: "游客",
onlineCount: "在线人数",
loading: "加载中...",
maxLimit: "上限",
minLimit: "下限",
betting: "下注中",
dealing: "发牌中",
preparing: "准备中",
recharge: "存款",
rechargeWithdrawNetwork: "充/提币网络",
pleaseChoose: "请选择",