commit | 750bb5a107ed18e3efe0570357b46a7d7ac0bd24 | [log] [tgz] |
---|---|---|
author | Translation updater bot <l10n-bot@translatewiki.net> | Sun Apr 23 21:59:48 2017 +0200 |
committer | Translation updater bot <l10n-bot@translatewiki.net> | Sun Apr 23 21:59:48 2017 +0200 |
tree | 6a2852f1b505378f83649ed0b97488c914b1a014 | |
parent | 3b1e88827ef9ad909a714803d4abb15b329c603b [diff] |
Localisation updates from https://translatewiki.net. Change-Id: Ia8f246b3871659d8c703a664e23f301cd3b0c4cd
MediaWiki skin for the the living styleguide.
Clone the skin in mediawiki/skins/
and install dependencies:
$ git clone https://gerrit.wikimedia.org/r/mediawiki/skins/Blueprint Blueprint $ cd Blueprint $ composer install
Enable and set the skin as default, add this to LocalSettings.php
:
require_once "$IP/skins/Blueprint/Blueprint.php"; $wgDefaultSkin = "blueprint";