Translate App into German

This commit is contained in:
2026-03-13 14:12:00 +01:00
parent 6360600eca
commit 780afb0c56
34 changed files with 477 additions and 304 deletions

View File

@@ -17,11 +17,11 @@ class _SettingsPageState extends State<SettingsPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text("Splatournament")),
appBar: AppBar(title: const Text('Einstellungen')),
body: Column(
children: [
SizedBox(height: 24),
ProfileWidget(),
const SizedBox(height: 24),
const ProfileWidget(),
Column(
mainAxisSize: MainAxisSize.min,
children: [
@@ -29,7 +29,7 @@ class _SettingsPageState extends State<SettingsPage> {
ListTile(
leading: const Icon(Icons.logout, color: Colors.red),
title: const Text(
'Sign Out',
'Abmelden',
style: TextStyle(color: Colors.red),
),
onTap: () {