localizations
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 47s

This commit is contained in:
2026-05-09 23:16:56 +02:00
parent 28222cbd2a
commit df73fc87eb
3 changed files with 111 additions and 111 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';
}