feat: app full l10n support

This commit is contained in:
2024-03-16 19:13:49 +08:00
parent 66738abf60
commit a6b69553d5
25 changed files with 636 additions and 501 deletions

View File

@@ -144,8 +144,7 @@ class ToolsUI extends HookConsumerWidget {
try {
item.onTap?.call();
} catch (e) {
showToast(
context, "处理失败!:$e");
showToast(context, S.current.tools_info_processing_failed(e));
}
},
child: const Padding(