neue Version für Mediawiki ab Version 1.32
This commit is contained in:
12
Comments.i18n.magic.php
Normal file
12
Comments.i18n.magic.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Magic words for extension.
|
||||
*/
|
||||
|
||||
$magicWords = [];
|
||||
|
||||
/** English (English) */
|
||||
$magicWords['en'] = [
|
||||
'NUMBEROFCOMMENTS' => [ 0, 'NUMBEROFCOMMENTS' ],
|
||||
'NUMBEROFCOMMENTSPAGE' => [ 0, 'NUMBEROFCOMMENTSPAGE' ],
|
||||
];
|
||||
Reference in New Issue
Block a user