Combine getLanguageNames and getTranslatedLanguageNames into one function which is...
authorRobin Pepermans <robin@users.mediawiki.org>
Mon, 27 Feb 2012 11:59:24 +0000 (11:59 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Mon, 27 Feb 2012 11:59:24 +0000 (11:59 +0000)
commit44d2c73bf5b1049bbac75c1b0c87a2bb0b6a3cef
treef0bdb9b044e1af7d0204c69728329f9c81ba1ca5
parente58513eb9c4ac92ea01c5b2b2279da03072fd1e0
Combine getLanguageNames and getTranslatedLanguageNames into one function which is much easier and more logical to use. Does not contain any actual changes yet in what the function does.
* Reduces the overly long code in r107002, and reduces code for {{#language:}}
* Fixes the language list in Special:Translate which contained languages that gave "invalid code" when selecting
includes/Preferences.php
includes/Xml.php
includes/parser/CoreParserFunctions.php
languages/Language.php