Skip to content

Commit

Permalink
endnu mere grinch
Browse files Browse the repository at this point in the history
  • Loading branch information
sshine committed Nov 27, 2024
1 parent b4c5547 commit 1c2ce23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions concieggs/filters/grinch
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ while (my $line = <>) {
$line =~ s/\bløn/salær/gi;
$line =~ s/\bfred/fordragelighed/gi;
$line =~ s/\bbøn\b/begæring/gi;
$line =~ s/glæde/fornøjelighed/gi;
$line =~ s/kærligheden/følelsen/gi;
$line =~ s/kærlighed/følelse/gi;
$line =~ s/glæden/følelsen/gi;
$line =~ s/glæde/følelser/gi;
$line =~ s/\bhåb/aspiration/gi;
$line =~ s/\bbarn/person/gi;
$line =~ s/krybbe/hængekøje/gi;

# Ban bad foods
my $food_pattern = '(\b' . join('\b|\b', @bad_foods) . '\b)';
Expand Down

0 comments on commit 1c2ce23

Please sign in to comment.