Add color to the output; assumes a more or less ANSI-flavored terminal.
[lhc/web/wiklou.git] / maintenance / dumpMessages.php
index 1983f7c..84ecc4c 100644 (file)
@@ -1,6 +1,13 @@
 <?php
-require_once( "commandLine.inc" );
+/**
+ * @todo document
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
 
+/** */
+require_once( "commandLine.inc" );
+$wgMessageCache->disableTransform();
 $messages = array();
 foreach ( $wgAllMessagesEn as $key => $englishValue )
 {