Skip to content

Commit

Permalink
Fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojorgerm committed Aug 18, 2024
1 parent 5bd81e4 commit b932ec8
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 @@ -878,6 +878,8 @@ function createPhoneticText(p) {
thisString = thisString.replace(regex, "Queijâs");
regex = /\bPolima\b/giu;
thisString = thisString.replace(regex, "Pulimmâ");
regex = /\bAgueira\b/giu;
thisString = thisString.replace(regex, "A-gueira");
regex = /Peg[oõ]es/giu;
thisString = thisString.replace(regex, "Pé-gões");
regex = /\bEste\b/giu;
Expand Down

0 comments on commit b932ec8

Please sign in to comment.