compiling localizations
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / lint (pull_request) Successful in 48s

This commit is contained in:
2026-05-06 19:55:56 +02:00
parent 045d2afa39
commit 46041be837
3 changed files with 114 additions and 130 deletions

View File

@@ -101,7 +101,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get data_successfully_imported => 'Daten erfolgreich importiert';
@override
String days_ago(int count) {
String days_ago(Object count) {
return 'vor $count Tagen';
}
@@ -295,11 +295,6 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get players => 'Spieler:innen';
@override
String players_count(int count) {
return '$count Spieler';
}
@override
String get point => 'Punkt';