From 33651dffef697c18462ed61a0088da8d192e53bd Mon Sep 17 00:00:00 2001 From: Mohammed Chamma Date: Mon, 17 Nov 2025 23:52:33 -0500 Subject: [PATCH] substitute 'Palestinian Territory' with 'Palestine' (#2471) ## Description: Replace "Palestinian Territory" bot/nation name to just "Palestine" ## 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 --- map-generator/assets/maps/mena/info.json | 2 +- resources/maps/mena/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/map-generator/assets/maps/mena/info.json b/map-generator/assets/maps/mena/info.json index a795c29eb..d8aafa867 100644 --- a/map-generator/assets/maps/mena/info.json +++ b/map-generator/assets/maps/mena/info.json @@ -51,7 +51,7 @@ }, { "coordinates": [1409, 372], - "name": "Palestinian Territory", + "name": "Palestine", "strength": 1, "flag": "ps" }, diff --git a/resources/maps/mena/manifest.json b/resources/maps/mena/manifest.json index c4a646c92..bfbccc16e 100644 --- a/resources/maps/mena/manifest.json +++ b/resources/maps/mena/manifest.json @@ -67,7 +67,7 @@ { "coordinates": [1409, 372], "flag": "ps", - "name": "Palestinian Territory", + "name": "Palestine", "strength": 1 }, {