From fc655712647d8f2f35e5780aaa312fb9b55bd5f3 Mon Sep 17 00:00:00 2001 From: SwayLE3 Date: Fri, 13 Feb 2026 17:47:42 +0100 Subject: [PATCH] add the flag of Occitania (#3179) If this PR fixes an issue, link it below. If not, delete these two lines. Resolves #(issue number) ## Description: Add a flag : Occitania flag image added the Occitania flag via the svg (same as the flags already in-game) and added it to countries.json ## 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: young_la_flame --------- Co-authored-by: Jules --- resources/countries.json | 5 +++++ resources/flags/1_Occitania.svg | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 resources/flags/1_Occitania.svg diff --git a/resources/countries.json b/resources/countries.json index 0f37f7b28..d27d97707 100644 --- a/resources/countries.json +++ b/resources/countries.json @@ -1533,6 +1533,11 @@ "continent": "Europe", "name": "Norway" }, + { + "code": "1_Occitania", + "continent": "Europe", + "name": "Occitania" + }, { "code": "Ohio", "continent": "North America", diff --git a/resources/flags/1_Occitania.svg b/resources/flags/1_Occitania.svg new file mode 100644 index 000000000..cef14c6ec --- /dev/null +++ b/resources/flags/1_Occitania.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file