Browse Source

Belarusian: fix IPA chars

- fix IPA chars for "s;" and "z;" phonemes
- add bug note about "...i a..." case
master
Sergei B 2 years ago
parent
commit
9dd964ffed
2 changed files with 11 additions and 1 deletions
  1. 1
    1
      dictsource/be_rules
  2. 10
    0
      phsource/ph_belarusian

+ 1
- 1
dictsource/be_rules View File

@@ -80,7 +80,7 @@
з (L06L04 z;
з (ці s;

.group і
.group і // NOTE: appends ";" at the end of the words when next starts from "а"
і i
C) і ;i


+ 10
- 0
phsource/ph_belarusian View File

@@ -72,6 +72,16 @@ phoneme r
FMT(r3/r_trill2) addWav(r3/r_trill2.wav, 65)
endphoneme

phoneme s;
import_phoneme base1/s;
ipa sʲ
endphoneme

phoneme z;
import_phoneme base1/z;
ipa zʲ
endphoneme

phoneme ;
liquid pzd
lengthmod 0

Loading…
Cancel
Save