From a4a41ac9f4ddf1c9e77bd1230953dee3fe1d5ff3 Mon Sep 17 00:00:00 2001 From: FloPinguin <25036848+FloPinguin@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:55:06 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20map=20name=20formatting=20for=20Baikal=20?= =?UTF-8?q?Nuke=20Wars=20=F0=9F=94=A7=20(#2922)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: Fixes this little i18n problem: Screenshot 2026-01-16 050833 ## Please complete the following: - [X] I have added screenshots for all UI updates - [X] I process any text displayed to the user through translateText() and I've added it to the en.json file - [X] I have added relevant tests to the test directory - [X] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: FloPinguin Co-authored-by: Ryan <7389646+ryanbarlow97@users.noreply.github.com> --- src/core/game/Game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/game/Game.ts b/src/core/game/Game.ts index fdfff12d8..313bd58de 100644 --- a/src/core/game/Game.ts +++ b/src/core/game/Game.ts @@ -103,7 +103,7 @@ export enum GameMapType { Montreal = "Montreal", NewYorkCity = "New York City", Achiran = "Achiran", - BaikalNukeWars = "Baikal (Nuke Wars)", + BaikalNukeWars = "Baikal Nuke Wars", FourIslands = "Four Islands", Svalmel = "Svalmel", GulfOfStLawrence = "Gulf of St. Lawrence",