Finish MVP

This commit is contained in:
2023-12-05 17:55:48 +01:00
parent 0fc220ce94
commit 224a3929aa
12 changed files with 270 additions and 10 deletions

View File

@@ -76,5 +76,8 @@
"gamemodes": "Spielmodi",
"announcements": "Ankündigungen",
"join": "Jetzt Spielen"
},
"elo": {
"place": "Platz"
}
}

View File

@@ -118,5 +118,11 @@
"team": "Team",
"points": "Points"
}
},
"elo": {
"place": "Place",
"name": "Name",
"elo": "Elo",
"title": "{# mode #} - Rankings"
}
}