Skip to content

Commit

Permalink
Fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojorgerm authored Mar 30, 2024
1 parent 392dcf0 commit bc8165d
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 @@ -690,6 +690,8 @@ module.exports = (p, modes = {}) => {
thisString = thisString.replace(regex, 'Eufémi-a');
regex = /Pinteus/giu;
thisString = thisString.replace(regex, 'Pintéus');
regex = /\bMalmequeres\b/giu;
thisString = thisString.replace(regex, 'Mal-me-queres');
regex = /Aboboda/giu;
thisString = thisString.replace(regex, 'Abóboda');
regex = /\bFisgas\b/giu;
Expand Down

0 comments on commit bc8165d

Please sign in to comment.