* Extend language::getLanguageName to return localized language names if available
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 7 Jan 2009 19:19:25 +0000 (19:19 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 7 Jan 2009 19:19:25 +0000 (19:19 +0000)
commit35383a74e32068f624e44ee60f22f94b7db56e25
treee46c44408d1dd81dd943da10c3529887c8789680
parent9d7bb810c66498943bca21ce66f160b1f68c5255
* Extend language::getLanguageName to return localized language names if available
* Therefore added a hook to catch them from an extension (successfully tested with the cldr extension (see next commit))
* Add a title tag to the interlanguage box entries. Only added when the title differ from the shwon text.
No change of behaviour until an extension is enabled.
docs/hooks.txt
includes/SkinTemplate.php
languages/Language.php
skins/Modern.php
skins/MonoBook.php