Skip to content

Commit

Permalink
readd pulled pork
Browse files Browse the repository at this point in the history
  • Loading branch information
LennyPenny authored Jun 29, 2021
1 parent a8d8133 commit 390f971
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config/words.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ var wordConfig = {
"saba",
"tekka",
"maguro",
"mongoika"
"mongoika",
"pork"
],
"good": [
"vegetarisch",
Expand All @@ -92,4 +93,4 @@ var wordConfigRegex = {
"good": new RegExp(wordConfig.good.join("|"), "gim"),
"vegan": new RegExp(wordConfig.vegan.join("|"), "gim"),
"without": new RegExp(wordConfig.without.join("|"), "gim")
}
}

0 comments on commit 390f971

Please sign in to comment.