Refactoring

This commit is contained in:
2025-07-19 15:07:09 +02:00
parent 4bc3f65c71
commit 61d10d7164
9 changed files with 17 additions and 17 deletions

View File

@@ -477,17 +477,17 @@ abstract class AppLocalizations {
/// **'Möchtest du das Spiel beenden? Das Spiel wird als beendet markiert und kann nicht fortgeführt werden.'**
String get end_game_message;
/// No description provided for @table.
/// No description provided for @point_overview.
///
/// In de, this message translates to:
/// **'Punkteübersicht'**
String get table;
String get point_overview;
/// No description provided for @game_process.
/// No description provided for @scoring_history.
///
/// In de, this message translates to:
/// **'Spielverlauf'**
String get game_process;
String get scoring_history;
/// No description provided for @empty_graph_text.
///