Browse Source

Don't use STRESSPOSN_1L for thousands_sep in the Slovak/Czech language setup.

master
Reece H. Dunn 6 years ago
parent
commit
1c60fb7f62
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.numbers = NUM_OMIT_1_HUNDRED | NUM_DFRACTION_2 | NUM_ROMAN; tr->langopts.numbers = NUM_OMIT_1_HUNDRED | NUM_DFRACTION_2 | NUM_ROMAN;
tr->langopts.numbers2 = NUM2_THOUSANDS_VAR2; tr->langopts.numbers2 = NUM2_THOUSANDS_VAR2;
tr->langopts.thousands_sep = STRESSPOSN_1L; // no thousands separator
tr->langopts.thousands_sep = 0; // no thousands separator
tr->langopts.decimal_sep = ','; tr->langopts.decimal_sep = ',';


if (name2 == L('c', 's')) if (name2 == L('c', 's'))

Loading…
Cancel
Save