2011-01-22 16:14:52 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Magic word internationalisation for Description2 extension
|
|
|
|
*
|
|
|
|
* @file
|
|
|
|
* @ingroup Extensions
|
|
|
|
*/
|
|
|
|
|
2017-11-02 09:14:52 +00:00
|
|
|
$magicWords = [];
|
2011-01-22 16:14:52 +00:00
|
|
|
|
|
|
|
/** English
|
|
|
|
* @author Daniel Friesen
|
|
|
|
*/
|
2017-11-02 09:14:52 +00:00
|
|
|
$magicWords['en'] = [
|
|
|
|
'description2' => [ 0, 'description2' ],
|
|
|
|
];
|