feat: 多语言 基础支持

This commit is contained in:
2024-03-14 23:22:56 +08:00
parent a84852d4f0
commit eae02be2af
9 changed files with 5522 additions and 13 deletions

View File

@ -74,9 +74,7 @@ class HomeGameLoginDialogUI extends HookConsumerWidget {
fontSize: 24, fontWeight: FontWeight.bold),
),
const SizedBox(height: 32),
Text(loginState.loginStatus == 2
? "正在为您启动游戏..."
: "正在等待优化CPU参数..."),
const Text("正在为您启动游戏..."),
const SizedBox(height: 12),
const ProgressRing(),
],