Last modified: 2014-07-21 10:36:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T66533, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 64533 - LanguageIu.php has some non-standard configurations
LanguageIu.php has some non-standard configurations
Status: NEW
Product: MediaWiki
Classification: Unclassified
Language converter (Other open bugs)
unspecified
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-28 09:23 UTC by Liangent
Modified: 2014-07-21 10:36 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Liangent 2014-04-28 09:23:05 UTC
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...

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links