r76625 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76624‎ | r76625 | r76626 >
Date:13:13, 13 November 2010
Author:hashar
Status:ok
Tags:
Comment:
revert r71054. Although unused, the variable might be used later.
Modified paths:
  • /trunk/phase3/languages/classes/LanguageTyv.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71054Remove unused $voicedPhonemesreedy23:30, 13 August 2010

Status & tagging log