From: Ævar Arnfjörð Bjarmason Date: Mon, 16 May 2005 05:12:53 +0000 (+0000) Subject: * Presumably this was supposed to be used in combonation with the X-Git-Tag: 1.5.0alpha2~164 X-Git-Url: https://git.cyclocoop.org//%22%7B%7Blocalurle:Project:Pol%C3%ADtica_de_imagens%7D%7D/%22?a=commitdiff_plain;h=9faab5ccb7af2d8bed99770f49b3aae738a46174;p=lhc%2Fweb%2Fwiklou.git * Presumably this was supposed to be used in combonation with the $wgLanguageFile file but never got finished. --- diff --git a/maintenance/dumpMessages.php b/maintenance/dumpMessages.php deleted file mode 100644 index 84ecc4c6d4..0000000000 --- a/maintenance/dumpMessages.php +++ /dev/null @@ -1,19 +0,0 @@ -disableTransform(); -$messages = array(); -foreach ( $wgAllMessagesEn as $key => $englishValue ) -{ - $messages[$key] = wfMsg( $key ); -} -print "MediaWiki $wgVersion language file\n"; -print serialize( $messages ); - -?>