From aee6c0e72f806ec0fce8271b1541a315d54e6ed8 Mon Sep 17 00:00:00 2001 From: VariableVince <24507472+VariableVince@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:34:03 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20M=C4=81ori=20flag=20name=20(#1133)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: Removed unicode in Māori flag file name to prevent error, which lead to not be able to start a game with it. ## 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 - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: tryout33 --- resources/flags/{Māori flag.svg => Maori flag.svg} | 2 +- src/client/data/countries.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename resources/flags/{Māori flag.svg => Maori flag.svg} (99%) diff --git a/resources/flags/Māori flag.svg b/resources/flags/Maori flag.svg similarity index 99% rename from resources/flags/Māori flag.svg rename to resources/flags/Maori flag.svg index a04f55679..7ab870b4d 100644 --- a/resources/flags/Māori flag.svg +++ b/resources/flags/Maori flag.svg @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/src/client/data/countries.json b/src/client/data/countries.json index 90d67d102..043f2963b 100644 --- a/src/client/data/countries.json +++ b/src/client/data/countries.json @@ -1238,7 +1238,7 @@ "name": "Malta" }, { - "code": "Māori flag", + "code": "Maori flag", "continent": "Oceania", "name": "Māori Flag" },