Merge branch 'development' into feature/206-Neuer-Regelsatz-Platzierung
# Conflicts: # lib/l10n/generated/app_localizations.dart # lib/presentation/views/main_menu/match_view/match_detail_view.dart # lib/presentation/views/main_menu/match_view/match_result_view.dart
This commit is contained in:
@@ -392,6 +392,12 @@ abstract class AppLocalizations {
|
||||
/// **'Error reading file'**
|
||||
String get error_reading_file;
|
||||
|
||||
/// No description provided for @exit_view.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Exit View'**
|
||||
String get exit_view;
|
||||
|
||||
/// Message when export is canceled
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -500,6 +506,12 @@ abstract class AppLocalizations {
|
||||
/// **'Licenses'**
|
||||
String get licenses;
|
||||
|
||||
/// No description provided for @live_edit_mode.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Live Edit Mode'**
|
||||
String get live_edit_mode;
|
||||
|
||||
/// Message when match is in progress
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user