[go: up one dir, main page]

Localisation updates from https://translatewiki.net.

Change-Id: Ia8f246b3871659d8c703a664e23f301cd3b0c4cd
1 file changed
tree: 6a2852f1b505378f83649ed0b97488c914b1a014
  1. i18n/
  2. resources/
  3. skinStyles/
  4. src/
  5. templates/
  6. .eslintrc.json
  7. .gitignore
  8. .gitreview
  9. .jscsrc
  10. .stylelintrc
  11. Blueprint.php
  12. composer.json
  13. COPYING.txt
  14. generateAutoload.php
  15. Gruntfile.js
  16. package.json
  17. phpcs.xml
  18. README.md
  19. skin.json
README.md

Blueprint

MediaWiki skin for the the living styleguide.

Installation

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";