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

This commit is contained in:
2026-05-10 14:54:00 +02:00
parent 881382b399
commit 03ab2045b2
8 changed files with 119 additions and 1 deletions

View File

@@ -366,6 +366,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get select_winner => 'Gewinner:in wählen';
@override
String get select_winners => 'Gewinner:innen wählen';
@override
String get select_loser => 'Verlierer:in wählen';