Index: trunk/phase3/languages/classes/LanguageTyv.php |
— | — | @@ -28,6 +28,7 @@ |
29 | 29 | $roundFrontVowels = array( "ө", "ү", "ö", "ü" ); |
30 | 30 | $unroundBackVowels = array( "а", "ы", "я", "a", "y" ); |
31 | 31 | $roundBackVowels = array( "ё", "о", "у", "ю", "o", "u" ); |
| 32 | + $voicedPhonemes = array( "д", "б", "з", "ж", "г", "d", "b", "z", "g" ); |
32 | 33 | $unvoicedPhonemes = array( "т", "п", "с", "ш", "к", "ч", "х", "t", "p", "s", "k", "x" ); |
33 | 34 | $directiveUnvoicedStems = array( "т", "п", "с", "ш", "к", "ч", "х", "л", "м", "н", "ң", "t", "p", "s", "k", "x", "l", "m", "n", "ŋ" ); |
34 | 35 | $directiveVoicedStems = array( "д", "б", "з", "ж", "г", "р", "й", "d", "b", "z", "g", "r", "j" ); |