Browse Source

fi: uncomment number configuration.

Accidentally commented out in ac82698f.
master
Juho Hiltunen 2 years ago
parent
commit
7115e46879
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/tr_languages.c

+ 1
- 1
src/libespeak-ng/tr_languages.c View File

tr->langopts.param[LOPT_IT_DOUBLING] = 1; tr->langopts.param[LOPT_IT_DOUBLING] = 1;
tr->langopts.long_stop = 130; tr->langopts.long_stop = 130;


// tr->langopts.numbers = NUM_DECIMAL_COMMA | NUM_ALLOW_SPACE | NUM_DFRACTION_2 | NUM_ORDINAL_DOT;
tr->langopts.numbers = NUM_DECIMAL_COMMA | NUM_ALLOW_SPACE | NUM_DFRACTION_2 | NUM_ORDINAL_DOT;
SetLetterVowel(tr, 'y'); SetLetterVowel(tr, 'y');
tr->langopts.spelling_stress = 1; tr->langopts.spelling_stress = 1;
tr->langopts.intonation_group = 3; // less intonation, don't raise pitch at comma tr->langopts.intonation_group = 3; // less intonation, don't raise pitch at comma

Loading…
Cancel
Save