l10: update common & Lang settings

This commit is contained in:
2024-03-17 16:54:09 +08:00
parent 9d97dfc786
commit 17588dfab8
31 changed files with 1203 additions and 500 deletions

View File

@ -9,7 +9,7 @@ extension AsyncError on Future {
} catch (e) {
dPrint("unwrap error:$e");
if (context != null && context.mounted) {
showToast(context, "出现错误: $e");
showToast(context, S.current.app_common_error_info(e.toString()));
}
return null;
}