Add localization for 'not available' message in English and German
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Failing after 2m15s

This commit is contained in:
2026-01-01 18:32:01 +01:00
parent d77b5f20f9
commit cc23c03f6b
5 changed files with 18 additions and 1 deletions

View File

@@ -79,5 +79,6 @@
"least_points": "Niedrigste Punkte",
"search_for_players": "Nach Spielern suchen",
"search_for_groups": "Nach Gruppen suchen",
"no_data_available": "Keine Daten verfügbar"
"no_data_available": "Keine Daten verfügbar",
"not_available": "Nicht verfügbar"
}

View File

@@ -365,5 +365,9 @@
"search_for_groups": "Search for groups",
"@search_for_groups": {
"description": "Hint text for group search input field"
},
"not_available": "Not available",
"@not_available": {
"description": "Abbreviation for not available"
}
}