diff --git a/lib/makeText.js b/lib/makeText.js index dd00b4a..479b51c 100644 --- a/lib/makeText.js +++ b/lib/makeText.js @@ -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;