|
|
|
|
|
|
|
|
case L('i', 'a'): // Interlingua |
|
|
case L('i', 'a'): // Interlingua |
|
|
case L_pap: // Papiamento |
|
|
case L_pap: // Papiamento |
|
|
{ |
|
|
{ |
|
|
static const short stress_lengths_es[8] = { 156, 170, 170, 156, 0, 0, 163, 200 }; // change for Leandro Benitez, 02.Aug.2014 |
|
|
|
|
|
static const unsigned char stress_amps_es[8] = { 16, 12, 18, 18, 20, 20, 20, 20 }; // 'diminished' is used to mark a quieter, final unstressed syllable |
|
|
|
|
|
|
|
|
static const short stress_lengths_es[8] = { 160, 140, 145, 140, 0, 0, 200, 245 }; |
|
|
|
|
|
static const unsigned char stress_amps_es[8] = { 16, 13, 15, 16, 20, 20, 22, 22 }; // 'diminished' is used to mark a quieter, final unstressed syllable |
|
|
static const wchar_t ca_punct_within_word[] = { '\'', 0xb7, 0 }; // ca: allow middle-dot within word |
|
|
static const wchar_t ca_punct_within_word[] = { '\'', 0xb7, 0 }; // ca: allow middle-dot within word |
|
|
|
|
|
|
|
|
SetupTranslator(tr, stress_lengths_es, stress_amps_es); |
|
|
SetupTranslator(tr, stress_lengths_es, stress_amps_es); |