fix: l10n

This commit is contained in:
2024-03-16 17:35:52 +08:00
parent be3aed4060
commit 66738abf60
7 changed files with 308 additions and 310 deletions

View File

@ -41,8 +41,8 @@ class IndexUI extends HookConsumerWidget {
fit: BoxFit.cover,
),
const SizedBox(width: 12),
const Text(
"SC汉化盒子 V${ConstConf.appVersion} ${ConstConf.isMSE ? "" : " Dev"}")
Text(S.current.app_index_version_info(
ConstConf.appVersion, ConstConf.isMSE ? "" : " Dev")),
],
),
),
@ -181,4 +181,4 @@ class IndexUI extends HookConsumerWidget {
_goDownloader(BuildContext context) {
context.push('/index/downloader');
}
}
}