Add localization for search input fields in English and German
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 2m26s
Pull Request Pipeline / test (pull_request) Successful in 2m15s

This commit is contained in:
2026-01-01 18:10:44 +01:00
parent ad87dca674
commit bc01a6de9a
2 changed files with 12 additions and 2 deletions

View File

@@ -76,5 +76,7 @@
"single_winner": "Ein Gewinner", "single_winner": "Ein Gewinner",
"single_loser": "Ein Verlierer", "single_loser": "Ein Verlierer",
"most_points": "Höchste Punkte", "most_points": "Höchste Punkte",
"least_points": "Niedrigste Punkte" "least_points": "Niedrigste Punkte",
"search_for_players": "Nach Spielern suchen",
"search_for_groups": "Nach Gruppen suchen"
} }

View File

@@ -25,7 +25,7 @@
"description": "Message when no recent matches exist" "description": "Message when no recent matches exist"
}, },
"no_second_match_available": "No second match available", "no_second_match_available": "No second match available",
"@no_second_matcb_available": { "@no_second_match_available": {
"description": "Message when no second match exists" "description": "Message when no second match exists"
}, },
"delete_all_data": "Delete all data?", "delete_all_data": "Delete all data?",
@@ -353,5 +353,13 @@
"least_points": "Least Points", "least_points": "Least Points",
"@least_points": { "@least_points": {
"description": "Title for least points ruleset" "description": "Title for least points ruleset"
},
"search_for_players": "Search for players",
"@search_for_players": {
"description": "Hint text for player search input field"
},
"search_for_groups": "Search for groups",
"@search_for_groups": {
"description": "Hint text for group search input field"
} }
} }