Skip to content

Commit

Permalink
Adding pt_BR profanity words (#19)
Browse files Browse the repository at this point in the history
This PR aims to add profanity words of the `pt_BR`.
  • Loading branch information
devajmeireles authored Oct 2, 2024
1 parent 43c2713 commit f3b1e69
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions src/Config/profanities/pt_BR.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<?php

declare(strict_types=1);

// Please ensure all words in this file are lowercase

return [
'cu',
'cuzão',
'fdp',
'filho da puta',
'caralho',
'porra',
'bosta',
'merda',
'pqp',
'vai tomar no cu',
'babaca',
'otário',
'imbecil',
'pau no cu',
'puta',
'putaria',
'safado',
'vagabunda',
'vagabundo',
'viado',
'boiola',
'bicha',
'desgraçado',
'arrombado',
'escroto',
'corno',
'puta que pariu',
'chupa rola',
'vai se fuder',
'vai se ferrar',
'rola',
'pau',
'pinto',
'buceta',
'xota',
'chupa cu',
'fodido',
'foda-se',
'caralhudo',
'pau no rabo',
'cu de burro',
'piranha',
'cretino',
'trouxa',
'burro',
'animal',
'viado de merda',
'escória',
'nojentinho',
'fedido',
'putaça',
'paneleiro',
'broxa',
'mocorongo',
'vagaba',
'nojento',
'tarado',
'cabeça de pica',
'cabecinha',
'mijão',
'cagão',
'fedorento',
'lixo',
'crápula',
'chifrudo',
'besta quadrada',
];

0 comments on commit f3b1e69

Please sign in to comment.