74dfa5fdd9
Also move class to its own namespace. Bug: T183532 Change-Id: I5a89efd3f162d73e247543c86967562a949a3bf4
17 lines
240 B
PHP
17 lines
240 B
PHP
<?php
|
|
/**
|
|
* Magic word internationalisation for Description2 extension
|
|
*
|
|
* @file
|
|
* @ingroup Extensions
|
|
*/
|
|
|
|
$magicWords = [];
|
|
|
|
/** English
|
|
* @author Daniel Friesen
|
|
*/
|
|
$magicWords['en'] = [
|
|
'description2' => [ 0, 'description2' ],
|
|
];
|