Changed the overall return type for gamemodes

This commit is contained in:
2025-07-20 16:34:00 +02:00
parent 96471a5764
commit 261e8f80c1
9 changed files with 103 additions and 100 deletions

View File

@@ -377,19 +377,19 @@ abstract class AppLocalizations {
/// No description provided for @no_mode_selected.
///
/// In de, this message translates to:
/// **'Kein Modus'**
/// **'Wähle einen Spielmodus'**
String get no_mode_selected;
/// No description provided for @no_default_mode.
///
/// In de, this message translates to:
/// **'Kein Standard-Modus'**
/// **'Kein Modus'**
String get no_default_mode;
/// No description provided for @no_default_description.
///
/// In de, this message translates to:
/// **'Der Standard-Modus wird zurückgesetzt.'**
/// **'Entscheide bei jedem Spiel selber, welchen Modus du spielen möchtest.'**
String get no_default_description;
/// No description provided for @point_limit_description.