Moved the bulk of dbsource() to Database.php. Added support for updating wikis with...
[lhc/web/wiklou.git] / maintenance / alltrans.php
1 <?php
2 /**
3 * @package MediaWiki
4 * @subpackage Maintenance
5 */
6
7 require_once('commandLine.inc');
8
9 foreach(array_keys($wgAllMessagesEn) as $key)
10 echo "$key\n";
11 ?>