Updated localizations
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 2m11s
Pull Request Pipeline / test (pull_request) Successful in 2m10s

This commit is contained in:
2026-01-07 17:02:06 +01:00
parent 7d9757abb6
commit d5ee6449b0
3 changed files with 15 additions and 19 deletions

View File

@@ -264,9 +264,7 @@ class AppLocalizationsEn extends AppLocalizations {
String get unknown_exception => 'Unknown Exception (see console)';
@override
String winner(Object winnerName) {
return 'Winner';
}
String get winner => 'Winner';
@override
String get winrate => 'Winrate';