Added empty winner tile

This commit is contained in:
2026-01-18 00:36:15 +01:00
parent 7faf80de03
commit eb114f2853
6 changed files with 44 additions and 19 deletions

View File

@@ -197,6 +197,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get no_recent_matches_available => 'No recent matches available';
@override
String get no_results_entered_yet => 'No results entered yet';
@override
String get no_second_match_available => 'No second match available';