Added empty build for teams & player in match tile / detail view
This commit is contained in:
@@ -632,6 +632,12 @@ abstract class AppLocalizations {
|
||||
/// **'No matches created yet'**
|
||||
String get no_matches_created_yet;
|
||||
|
||||
/// No description provided for @no_players_available.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No players available'**
|
||||
String get no_players_available;
|
||||
|
||||
/// No description provided for @no_players_created_yet.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -674,6 +680,12 @@ abstract class AppLocalizations {
|
||||
/// **'No statistics available'**
|
||||
String get no_statistics_available;
|
||||
|
||||
/// No description provided for @no_teams_available.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No teams available'**
|
||||
String get no_teams_available;
|
||||
|
||||
/// No description provided for @none.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user