Fix: fix #2209, remove lingering incorrect translations

This commit is contained in:
Pieter Vander Vennet 2024-10-14 21:46:27 +02:00
parent 49de58f754
commit fbcbdc571e
4 changed files with 1 additions and 13 deletions

View file

@ -816,10 +816,7 @@
"alsoShowIf": "historic!=memorial", "alsoShowIf": "historic!=memorial",
"then": { "then": {
"en": "This artwork does not serve as a memorial", "en": "This artwork does not serve as a memorial",
"de": "Dieses Kunstwerk dient nicht als Denkmal", "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"
} }
} }
] ]

View file

@ -541,9 +541,6 @@
"mappings": { "mappings": {
"0": { "0": {
"then": "Toto dílo slouží také jako památník" "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?" "question": "Slouží toto dílo jako památník?"

View file

@ -485,9 +485,6 @@
"mappings": { "mappings": {
"0": { "0": {
"then": "Esta obra de arte también sirve como monumento conmemorativo" "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?" "question": "¿Sirve esta obra de arte como monumento conmemorativo?"

View file

@ -425,9 +425,6 @@
"mappings": { "mappings": {
"0": { "0": {
"then": "Cette œuvre est un mémorial" "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?" "question": "Cet œuvre a-t-elle un rôle de mémorial?"