Implemented delete game button

This commit is contained in:
2025-07-06 00:32:25 +02:00
parent ab1e51f0b8
commit 181a135c07
8 changed files with 123 additions and 4 deletions

View File

@@ -149,6 +149,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get statistics => 'Statistics';
@override
String get end_game => 'End Game';
@override
String get delete_game => 'Delete Game';
@@ -165,6 +168,13 @@ class AppLocalizationsEn extends AppLocalizations {
String get id_error_message =>
'The game has not yet been assigned an ID. If you want to delete the game, please do so via the main menu. All newly created games have an ID.';
@override
String get end_game_title => 'End the game?';
@override
String get end_game_message =>
'Do you want to end the game? The game gets marked as finished and cannot be continued.';
@override
String get game_process => 'Spielverlauf';