Fix #1553 : monobook lowercasing stuff in German
This commit is contained in:
parent
b44952c9c6
commit
60b0711c84
2 changed files with 9 additions and 0 deletions
|
|
@ -548,6 +548,7 @@ of MediaWiki:Newpagetext) to &action=edit, if page is new.
|
|||
* Fixed a missing typecast in Language::dateFormat() that would cause some
|
||||
interesting errors with signitures.
|
||||
* (bug 2764) Number format for Nds
|
||||
* (bug 1553) Stop forcing lowercase in Monobook skin for German language.
|
||||
|
||||
=== Caveats ===
|
||||
|
||||
|
|
|
|||
|
|
@ -109,6 +109,14 @@ if($wgMetaNamespace === FALSE)
|
|||
);
|
||||
|
||||
/* private */ $wgAllMessagesDe = array(
|
||||
'Monobook.css' =>
|
||||
'/** Do not force \'lowercase\' */
|
||||
.portlet h5,
|
||||
.portlet h6,
|
||||
#p-personal ul,
|
||||
#p-cactions li a {
|
||||
text-transform: none;
|
||||
}',
|
||||
# User toggles
|
||||
'tog-hover' => 'Tooltips anzeigen',
|
||||
"tog-underline" => "Verweise unterstreichen",
|
||||
|
|
|
|||
Loading…
Reference in a new issue