Skip to content

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojorgerm authored Mar 21, 2024
1 parent 97b0733 commit 7c99bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/makeTTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ module.exports = (p, modes = {}) => {
thisString = thisString.replace(regex, 'Ívens');
regex = /\bSales\b/giu;
thisString = thisString.replace(regex, 'Sáles');
regex = /\bPôpa\b/giu;
thisString = thisString.replace(regex, 'Popa');
regex = /Curry/giu;
thisString = thisString.replace(regex, 'Cú-ri');
regex = /Eugene/giu;
Expand Down

0 comments on commit 7c99bac

Please sign in to comment.