diff --git a/langs/shared-questions/es.json b/langs/shared-questions/es.json index 91619211ba..da2a4ba950 100644 --- a/langs/shared-questions/es.json +++ b/langs/shared-questions/es.json @@ -129,6 +129,20 @@ } }, "question": "¿Cual es el ítem correspondiente en Wikipedia?" + }, + "smoking": { + "mappings": { + "0": { + "then": "Está permitido fumar" + }, + "1": { + "then": "No está permitido fumar" + }, + "2": { + "then": "Está permitido fumar en el exterior." + } + }, + "question": "¿Está permitido fumar en {title()}?" } } -} \ No newline at end of file +}