From fbcbdc571edd848106885f9148e473c816990a67 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 14 Oct 2024 21:46:27 +0200 Subject: [PATCH] Fix: fix #2209, remove lingering incorrect translations --- assets/layers/artwork/artwork.json | 5 +---- langs/layers/cs.json | 3 --- langs/layers/es.json | 3 --- langs/layers/fr.json | 3 --- 4 files changed, 1 insertion(+), 13 deletions(-) diff --git a/assets/layers/artwork/artwork.json b/assets/layers/artwork/artwork.json index dedada8e1..43598f2de 100644 --- a/assets/layers/artwork/artwork.json +++ b/assets/layers/artwork/artwork.json @@ -816,10 +816,7 @@ "alsoShowIf": "historic!=memorial", "then": { "en": "This artwork does not serve as a memorial", - "de": "Dieses Kunstwerk dient nicht als Denkmal", - "fr": "Cette œuvre ne sert pas de banc", - "cs": "Toto dílo neslouží jako lavička", - "es": "Esta obra de arte no sirve como banco" + "de": "Dieses Kunstwerk dient nicht als Denkmal" } } ] diff --git a/langs/layers/cs.json b/langs/layers/cs.json index c5782f7b0..1934d402a 100644 --- a/langs/layers/cs.json +++ b/langs/layers/cs.json @@ -541,9 +541,6 @@ "mappings": { "0": { "then": "Toto dílo slouží také jako památník" - }, - "1": { - "then": "Toto dílo neslouží jako lavička" } }, "question": "Slouží toto dílo jako památník?" diff --git a/langs/layers/es.json b/langs/layers/es.json index e1b22ea91..a97819acd 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -485,9 +485,6 @@ "mappings": { "0": { "then": "Esta obra de arte también sirve como monumento conmemorativo" - }, - "1": { - "then": "Esta obra de arte no sirve como banco" } }, "question": "¿Sirve esta obra de arte como monumento conmemorativo?" diff --git a/langs/layers/fr.json b/langs/layers/fr.json index ef3a0b46c..9f93f048a 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -425,9 +425,6 @@ "mappings": { "0": { "then": "Cette œuvre est un mémorial" - }, - "1": { - "then": "Cette œuvre ne sert pas de banc" } }, "question": "Cet œuvre a-t-elle un rôle de mémorial ?"