Skip to content

Commit

Permalink
Fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojorgerm committed Aug 18, 2024
1 parent 6ad547c commit 5bd81e4
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 @@ -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;
Expand Down

0 comments on commit 5bd81e4

Please sign in to comment.