Add support for multiple winners and update localization
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Failing after 51s

This commit is contained in:
2026-05-10 16:26:51 +02:00
parent 03ab2045b2
commit 3c5c0dbf20
10 changed files with 110 additions and 16 deletions

View File

@@ -433,6 +433,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get winner => 'Winner';
@override
String get winners => 'Winners';
@override
String get winrate => 'Winrate';