Lokalisierung implementieren #112

Merged
sneeex merged 41 commits from feature/100-lokalisierung-hinzufügen into development 2026-01-07 11:30:11 +00:00
Showing only changes of commit 7103765054 - Show all commits

View File

@@ -100,7 +100,9 @@ class _StatisticsViewState extends State<StatisticsView> {
child: TopCenteredMessage( child: TopCenteredMessage(
icon: Icons.info, icon: Icons.info,
title: AppLocalizations.of(context)!.info, title: AppLocalizations.of(context)!.info,
message: AppLocalizations.of(context)!.no_data_available, message: AppLocalizations.of(
context,
)!.no_statistics_available,
), ),
), ),
SizedBox(height: MediaQuery.paddingOf(context).bottom), SizedBox(height: MediaQuery.paddingOf(context).bottom),