change placement to text in match detail view
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 47s
Pull Request Pipeline / lint (pull_request) Successful in 50s

This commit is contained in:
2026-05-09 17:47:23 +02:00
parent 9781a20b38
commit 616c239375
6 changed files with 50 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get delete_match => 'Spiel löschen';
@override
String get drag_to_set_placement => 'Drag to set placement';
String get drag_to_set_placement => 'Ziehen um Platzierung zu setzen';
@override
String get edit_group => 'Gruppe bearbeiten';
@@ -235,6 +235,9 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get placement => 'Platzierung';
@override
String get place => 'Platz';
@override
String get played_matches => 'Gespielte Spiele';