Browse Source

dv: comment about unused code added

master
Valdis Vitolins 7 years ago
parent
commit
02b987f565
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_UNPRONOUNCABLE] = 2; // use de_rules for unpronouncable rules tr->langopts.param[LOPT_UNPRONOUNCABLE] = 2; // use de_rules for unpronouncable rules
} }
break; break;
case L('d', 'v'): // Divehi (Maldives)
case L('d', 'v'): // Divehi (Maldives) FIXME: this language code is actually never used
{ {
SetupTranslator(tr, stress_lengths_ta, stress_amps_ta); SetupTranslator(tr, stress_lengths_ta, stress_amps_ta);
tr->langopts.param[LOPT_UNPRONOUNCABLE] = 1; // disable check for unpronouncable words tr->langopts.param[LOPT_UNPRONOUNCABLE] = 1; // disable check for unpronouncable words

Loading…
Cancel
Save