Page MenuHomePhabricator

Non-existing skin names
Closed, ResolvedPublic

Description

Author: alefzet

Description:
In array:

$skinNames = array(
'standard' => 'Classic',
'nostalgia' => 'Nostalgia',
'cologneblue' => 'Cologne Blue',
'davinci' => 'DaVinci',
'mono' => 'Mono',
'monobook' => 'MonoBook',
'myskin' => 'MySkin',
'chick' => 'Chick'
);

specified 'mono' and 'davinci' skin names in English messages file, plus 'smarty','montparnasse' in German, and may be in other languages, doesn't related to existed skins in current MediaWiki software.
IMHO Its should removed from all languages.
And the existed 'simple' skin is not yet listed nowhere, but in Kazakh. I think 'simple' should included for all languages for name localization.


Version: 1.11.x
Severity: trivial

Details

Reference
bz10067

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:51 PM
bzimport set Reference to bz10067.
bzimport added a subscriber: Unknown Object (MLST).

Housekeeping done with r22751.