diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json index 72bfbb4b1e..18b549ac8c 100644 --- a/langs/shared-questions/pt.json +++ b/langs/shared-questions/pt.json @@ -129,6 +129,20 @@ } }, "question": "Qual é o item correspondente na Wikipédia?" + }, + "smoking": { + "mappings": { + "2": { + "then": "É permitido fumar no exterior." + }, + "0": { + "then": "É permitido fumar" + }, + "1": { + "then": "Não é permitido fumar" + } + }, + "question": "É permitido fumar em {title()}?" } } -} \ No newline at end of file +}