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 3c3bf506cb - Show all commits

View File

@@ -173,6 +173,7 @@ class _HomeViewState extends State<HomeView> {
),
),
),
// TODO: Implement quick create functionality
InfoTile(
width: constraints.maxWidth * 0.95,
title: AppLocalizations.of(context)!.quick_create,
@@ -221,7 +222,6 @@ class _HomeViewState extends State<HomeView> {
],
),
),
],
),
),
);