https://bugzilla.wikimedia.org/show_bug.cgi?id=64533

            Bug ID: 64533
           Summary: LanguageIu.php has some non-standard configurations
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Language converter
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

90         function loadDefaultTables() {
 91                 $this->mTables = array(
 92                         'lowercase' => new ReplacementArray(
$this->mUpperToLowerCaseLatin ),
 93                         'ike-cans' => new ReplacementArray(
$this->mToSyllabics ),
 94                         'ike-latn' => new ReplacementArray( $this->mToLatin
),
 95                         'iu' => new ReplacementArray()
 96                 );
 97         }

In other parts of the codebase, there're some assumptions that variant codes
are language codes ('lowercase' variant?), and variants for a main language
code "foo" match "foo-*" ('iu' vs 'ike-*'?). I'm not sure whether this will
cause any breakage somewhere and by looking at the whole LanguageIu.php file it
seems there're many non-standard settings. Someone who knows the language
should check if everything works fine...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to