neue Version für Mediawiki ab Version 1.32

This commit is contained in:
root
2019-05-25 13:18:39 +02:00
parent a0f2accc98
commit 90479e2677
130 changed files with 2377 additions and 1608 deletions

12
Comments.i18n.magic.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
/**
* Magic words for extension.
*/
$magicWords = [];
/** English (English) */
$magicWords['en'] = [
'NUMBEROFCOMMENTS' => [ 0, 'NUMBEROFCOMMENTS' ],
'NUMBEROFCOMMENTSPAGE' => [ 0, 'NUMBEROFCOMMENTSPAGE' ],
];