Browse Source

lv: rename the E and EE vowel files to avoid errors on case insensitive file systems (e.g. Windows)

master
Reece H. Dunn 9 years ago
parent
commit
1752b45a1f
3 changed files with 6 additions and 6 deletions
  1. 6
    6
      phsource/ph_latvian
  2. 0
    0
      phsource/vwl_lv/e2
  3. 0
    0
      phsource/vwl_lv/ee2

+ 6
- 6
phsource/ph_latvian View File

@@ -35,11 +35,11 @@ phoneme E
vowel starttype #e endtype #e
length 120
IF thisPh(isStressed) THEN
FMT(vwl_lv/E, 100)
FMT(vwl_lv/e2, 100)
ELIF thisPh(isDiminished) AND NOT prevVowel(isStressed) THEN
FMT(vwl_lv/E, 50)
FMT(vwl_lv/e2, 50)
ELSE
FMT(vwl_lv/E, 80)
FMT(vwl_lv/e2, 80)
ENDIF
endphoneme

@@ -47,11 +47,11 @@ phoneme E:
vowel starttype #e endtype #e
length 300
IF thisPh(isStressed) THEN
FMT(vwl_lv/EE, 100)
FMT(vwl_lv/ee2, 100)
ELIF thisPh(isDiminished) AND NOT prevVowel(isStressed) THEN
FMT(vwl_lv/EE, 50)
FMT(vwl_lv/ee2, 50)
ELSE
FMT(vwl_lv/EE, 80)
FMT(vwl_lv/ee2, 80)
ENDIF
endphoneme


phsource/vwl_lv/E → phsource/vwl_lv/e2 View File


phsource/vwl_lv/EE → phsource/vwl_lv/ee2 View File


Loading…
Cancel
Save