Merge branch 'development' into feature/168-teamspiele-implementieren
# Conflicts: # lib/presentation/views/main_menu/match_view/create_match/create_match_view.dart # lib/presentation/views/main_menu/match_view/match_detail_view.dart # lib/presentation/views/main_menu/match_view/match_result_view.dart # lib/presentation/widgets/buttons/main_menu_button.dart # pubspec.yaml
This commit is contained in:
@@ -770,6 +770,12 @@ abstract class AppLocalizations {
|
||||
/// **'Select Winner'**
|
||||
String get select_winner;
|
||||
|
||||
/// No description provided for @select_winners.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Select Winners'**
|
||||
String get select_winners;
|
||||
|
||||
/// No description provided for @select_loser.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -896,6 +902,12 @@ abstract class AppLocalizations {
|
||||
/// **'Winner'**
|
||||
String get winner;
|
||||
|
||||
/// No description provided for @winners.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Winners'**
|
||||
String get winners;
|
||||
|
||||
/// No description provided for @winrate.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user