chore: more localizations

This commit is contained in:
cogwheel0
2025-08-23 23:56:53 +05:30
parent a852ce7848
commit 3783ca26b4
14 changed files with 1105 additions and 47 deletions

View File

@@ -226,6 +226,7 @@ class EnhancedErrorService {
/// Build error widget for displaying in UI
Widget buildErrorWidget(
BuildContext context,
dynamic error, {
VoidCallback? onRetry,
bool showTechnicalDetails = false,
@@ -282,7 +283,7 @@ class EnhancedErrorService {
ElevatedButton.icon(
onPressed: onRetry,
icon: const Icon(Icons.refresh),
label: const Text('Retry'),
label: Text(AppLocalizations.of(context)!.retry),
),
],
],