(bug 36819) Make language names lowercase first letter where usual
authorrobin <robinp.1273@gmail.com>
Fri, 11 May 2012 19:15:53 +0000 (21:15 +0200)
committerrobin <robinp.1273@gmail.com>
Sat, 26 May 2012 15:48:17 +0000 (17:48 +0200)
commit1d5e7642d04fc91d8cc0acc14f7d01c8cc8f6096
tree6d7fe143158cdfb2bdbc1c80a805e2f1746f82b5
parent347702283e79a6a0710fe82303a8c95066af64bc
(bug 36819) Make language names lowercase first letter where usual

Change the first letter of language names in Names.php lowercase where this is usual in the spelling, for most languages based on what I know, Wikipedia and CLDR. This makes them more consistent with CLDR.
Change Language::fetchLanguageNames() so these MediaWiki names are always used, and so CLDR names do not override them when using $inLanguage.

Change-Id: I7b41b978a309c40e0210f2a295d3cba65cd5ec4e
languages/Language.php
languages/Names.php