1
0
mirror of https://github.com/arsenetar/PrismHighlight.git synced 2026-01-25 16:11:38 +00:00

First Version ( v0.1 )

First Version of the PrismHighlight Mediawiki extension.
This commit is contained in:
2013-06-07 01:49:35 -04:00
commit 7e04feff9f
44 changed files with 2473 additions and 0 deletions

39
PrismHighlight.i18n.php Normal file
View File

@@ -0,0 +1,39 @@
<?php
if ( ! defined( 'MEDIAWIKI' ) )
die();
/**#@+
* A code highlighter using the prismjs.com code highlighter
* (c) 2013 Andrew Senetar <arsenetar@gmail.com>
*
* @file
* @link http://
* @ingroup Extensions
* @author Andrew Senetar <arsenetar@gmail.com>
* @copyright (c) 2013 by Andrew Senetar
* @license http://opensource.org/licenses/MIT MIT License
*/
$messages = array();
/**
* English
*
* @author Andrew Senetar
*/
$messages[ 'en' ] = array(
'prismhighlight-desc' => 'Code highlighting using the prismjs highlighter',
);
/**
* Message Documentation
*
* @author Andrew Senetar
*/
$messages[ 'qqq' ] = array(
'prismhighlight-desc' => '{{desc|name=PrismHighlight|url=http://}}',
);
/**
* Add other languages below here
*/