From 3ac5405ce384ad4b38cb42e1235f31f3fe929b39 Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Sat, 26 Apr 2025 08:06:59 +0900 Subject: [PATCH] mls-fix (#607) ## Description: added Europe classic key ## Please complete the following: - [?] I have added screenshots for all UI updates - [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: --- resources/lang/bg.json | 3 ++- resources/lang/en.json | 3 ++- resources/lang/eo.json | 3 ++- resources/lang/fr.json | 3 ++- resources/lang/ja.json | 5 +++-- resources/lang/nl.json | 3 ++- resources/lang/pl.json | 3 ++- resources/lang/ru.json | 3 ++- resources/lang/sh.json | 3 ++- resources/lang/uk.json | 3 ++- 10 files changed, 21 insertions(+), 11 deletions(-) diff --git a/resources/lang/bg.json b/resources/lang/bg.json index fccddb088..f3599e42c 100644 --- a/resources/lang/bg.json +++ b/resources/lang/bg.json @@ -121,7 +121,8 @@ "japan": "Япония и съседи", "betweentwoseas": "Между Две Морета", "knownworld": "Познат Свят", - "faroeislands": "Фарьорски острови" + "faroeislands": "Фарьорски острови", + "europeclassic": "Европа (класическа)" }, "private_lobby": { "title": "Присъединяване към частна игра", diff --git a/resources/lang/en.json b/resources/lang/en.json index aa090c7b0..d00ba4ad0 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -121,7 +121,8 @@ "japan": "Japan and Neighbors", "betweentwoseas": "Between Two Seas", "knownworld": "Known World", - "faroeislands": "Faroe Islands" + "faroeislands": "Faroe Islands", + "europeclassic": "Europe (classic)" }, "map_categories": { "continental": "Continental", diff --git a/resources/lang/eo.json b/resources/lang/eo.json index ec0260aaa..8e83db9ce 100644 --- a/resources/lang/eo.json +++ b/resources/lang/eo.json @@ -121,7 +121,8 @@ "japan": "Japanio kaj najbaroj", "betweentwoseas": "Inter du maroj", "knownworld": "Konata Mondo", - "faroeislands": "Ferooj" + "faroeislands": "Ferooj", + "europeclassic": "Eŭropo (klasika)" }, "private_lobby": { "title": "Aliĝi al privata salono", diff --git a/resources/lang/fr.json b/resources/lang/fr.json index c3890d7b8..f57ea9943 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -121,7 +121,8 @@ "japan": "Japon et pays voisins", "betweentwoseas": "Entre deux mers", "knownworld": "Monde connu", - "faroeislands": "Îles Féroé" + "faroeislands": "Îles Féroé", + "europeclassic": "Europe (classique)" }, "private_lobby": { "title": "Rejoindre un salon privé", diff --git a/resources/lang/ja.json b/resources/lang/ja.json index 7ad5a320a..a268941c9 100644 --- a/resources/lang/ja.json +++ b/resources/lang/ja.json @@ -115,13 +115,14 @@ "britannia": "ブリタニア", "gatewaytotheatlantic": "西ヨーロッパ", "australia": "オーストラリア", - "random": "アイスランド", + "random": "ランダム", "iceland": "アイスランド", "pangaea": "パンゲア", "japan": "日本とその隣国", "betweentwoseas": "2つの海の間", "knownworld": "知られてる世界", - "faroeislands": "フェロー諸島" + "faroeislands": "フェロー諸島", + "europeclassic": "ヨーロッパ (クラシック)" }, "private_lobby": { "title": "ランダム", diff --git a/resources/lang/nl.json b/resources/lang/nl.json index 59e8ff79f..97daa345f 100644 --- a/resources/lang/nl.json +++ b/resources/lang/nl.json @@ -121,7 +121,8 @@ "japan": "Japan en buren", "betweentwoseas": "Tussen twee zeeën", "knownworld": "Bekende Wereld", - "faroeislands": "Faeröer eilanden" + "faroeislands": "Faeröer eilanden", + "europeclassic": "Europa (klassiek)" }, "private_lobby": { "title": "Privélobby toetreden", diff --git a/resources/lang/pl.json b/resources/lang/pl.json index b2f8efec7..b67075f3b 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -121,7 +121,8 @@ "japan": "Japonia i sąsiedzi", "betweentwoseas": "Między dwoma morzami", "knownworld": "Znany Świat", - "faroeislands": "Wyspy Owcze" + "faroeislands": "Wyspy Owcze", + "europeclassic": "" }, "private_lobby": { "title": "Dołącz do prywatnego Lobby", diff --git a/resources/lang/ru.json b/resources/lang/ru.json index 64d8c3d2d..73e884578 100644 --- a/resources/lang/ru.json +++ b/resources/lang/ru.json @@ -121,7 +121,8 @@ "japan": "Япония и соседи", "betweentwoseas": "Между двух морей", "knownworld": "Известный мир", - "faroeislands": "Фарерские острова" + "faroeislands": "Фарерские острова", + "europeclassic": "Европа (классическая)" }, "private_lobby": { "title": "Присоединиться к приватному лобби", diff --git a/resources/lang/sh.json b/resources/lang/sh.json index 225165021..520ff46f0 100644 --- a/resources/lang/sh.json +++ b/resources/lang/sh.json @@ -121,7 +121,8 @@ "japan": "Japan i susjedi", "betweentwoseas": "Između dva mora", "knownworld": "Poznati svijet", - "faroeislands": "Farska ostrva" + "faroeislands": "Farska ostrva", + "europeclassic": "Evropa (klasika)" }, "private_lobby": { "title": "Pridruži se privatnoj čekaonici", diff --git a/resources/lang/uk.json b/resources/lang/uk.json index f390a8871..ab88d828d 100644 --- a/resources/lang/uk.json +++ b/resources/lang/uk.json @@ -121,7 +121,8 @@ "japan": "Японія та сусіди", "betweentwoseas": "Поміж двох морів", "knownworld": "Відомий світ", - "faroeislands": "Фарерські острови" + "faroeislands": "Фарерські острови", + "europeclassic": "Європа (класична)" }, "private_lobby": { "title": "Приєднатися до приватного лобі",