Skip to content

Commit

Permalink
Added 'Boa' Esperança
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojorgerm committed May 27, 2024
1 parent 3761fa6 commit 16a8b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/makeText.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ module.exports = (p, modes = {}) => {
thisString = thisString.replace(regex, "Trabalhadores ");
regex = /\b(C[\.]?)\s(?=Pau)/giu;
thisString = thisString.replace(regex, "Cruz ");
regex = /\b(B[\.]?)\s*(?=Esperan)/giu;
thisString = thisString.replace(regex, "Boa ");
regex = /\b(A[l]?[d]?[\.]?)\s(?=Meco)/giu;
thisString = thisString.replace(regex, "Aldeia do ");
regex = /\b(Ch(ar)?(neca)?[\.]?)(\sCap[a]?r?(ica)?[\.]?)(\s|\()/giu;
Expand Down

0 comments on commit 16a8b4d

Please sign in to comment.