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:
39
PrismHighlight.i18n.php
Normal file
39
PrismHighlight.i18n.php
Normal 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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user