diff --git a/lib/makeText.js b/lib/makeText.js index fe7dd6d..5be47fb 100644 --- a/lib/makeText.js +++ b/lib/makeText.js @@ -876,6 +876,8 @@ function createPhoneticText(p) { thisString = thisString.replace(regex, " Sêca"); regex = /\bQueijas\b/giu; thisString = thisString.replace(regex, "Queijâs"); + regex = /\bPolima\b/giu; + thisString = thisString.replace(regex, "Pulimmâ"); regex = /Peg[oõ]es/giu; thisString = thisString.replace(regex, "Pé-gões"); regex = /\bEste\b/giu;