Added empty build for teams & player in match tile / detail view
This commit is contained in:
@@ -291,6 +291,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get no_matches_created_yet => 'No matches created yet';
|
||||
|
||||
@override
|
||||
String get no_players_available => 'No players available';
|
||||
|
||||
@override
|
||||
String get no_players_created_yet => 'No players created yet';
|
||||
|
||||
@@ -313,6 +316,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get no_statistics_available => 'No statistics available';
|
||||
|
||||
@override
|
||||
String get no_teams_available => 'No teams available';
|
||||
|
||||
@override
|
||||
String get none => 'None';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user