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

@@ -434,6 +434,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get winner => 'Gewinner:in';
@override
String get winners => 'Gewinner:innen';
@override
String get winrate => 'Siegquote';