Merge branch 'develop' into feature/95-delete-all-games-button

# Conflicts:
#	pubspec.yaml
This commit is contained in:
2025-07-11 11:12:29 +02:00
9 changed files with 86 additions and 34 deletions

View File

@@ -205,7 +205,11 @@ class AppLocalizationsEn extends AppLocalizations {
'Do you want to end the game? The game gets marked as finished and cannot be continued.';
@override
String get game_process => 'Spielverlauf';
String get game_process => 'Scoring History';
@override
String get empty_graph_text =>
'You must play at least two rounds for the game progress graph to be displayed.';
@override
String get settings => 'Settings';