Add localization for 'none_group' option in English and German
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s

This commit is contained in:
2026-01-01 18:44:43 +01:00
parent 25fe10eb9a
commit f22595e678
6 changed files with 20 additions and 3 deletions

View File

@@ -55,7 +55,8 @@
"game": "Spiel",
"ruleset": "Regelwerk",
"group": "Gruppe",
"none": "Keine",
"none": "Kein",
"none_group": "Keine",
"create_match": "Match erstellen",
"no_players_created_yet": "Noch keine Spieler erstellt",
"all_players_selected": "Alle Spieler ausgewählt",

View File

@@ -256,6 +256,10 @@
"@none": {
"description": "None option label"
},
"none_group": "None",
"@none_group": {
"description": "None group option label"
},
"create_match": "Create match",
"@create_match": {
"description": "Button text to create a match"