feat: enhance localization support with additional strings and improved structure

This commit is contained in:
cogwheel0
2025-08-24 20:27:11 +05:30
parent 25201cbcfc
commit cc46799e20
15 changed files with 1150 additions and 365 deletions

View File

@@ -243,7 +243,9 @@ class AsyncErrorBoundary extends ConsumerWidget {
(context as Element).markNeedsBuild();
},
icon: const Icon(Icons.refresh),
label: Text(AppLocalizations.of(context)!.retry),
label: Text(
AppLocalizations.of(context)?.retry ?? 'Retry',
),
),
],
],