Localisation updates from https://translatewiki.net.
[mediawiki-sidebar-patch] / Vector.php
1 <?php
2
3 if ( function_exists( 'wfLoadSkin' ) ) {
4 wfLoadSkin( 'Vector' );
5 // Keep i18n globals so mergeMessageFileList.php doesn't break
6 $wgMessagesDirs['Vector'] = __DIR__ . '/i18n';
7 /* wfWarn(
8 'Deprecated PHP entry point used for Vector skin. Please use wfLoadSkin instead, ' .
9 'see https://www.mediawiki.org/wiki/Extension_registration for more details.'
10 ); */
11 return true;
12 } else {
13 die( 'This version of the Vector skin requires MediaWiki 1.25+' );
14 }