diff --git a/langs/shared-questions/es.json b/langs/shared-questions/es.json index 69ff45e4c..b31c99930 100644 --- a/langs/shared-questions/es.json +++ b/langs/shared-questions/es.json @@ -258,6 +258,17 @@ } }, "question": "¿Cual es el ítem correspondiente en Wikipedia?" + }, + "induction-loop": { + "mappings": { + "1": { + "then": "Este lugar no tiene bucle auditivo" + }, + "0": { + "then": "Este lugar tiene un bucle auditivo" + } + }, + "question": "¿Este lugar tiene un bucle auditivo para personas con discapacidad auditiva?" } } -} \ No newline at end of file +}