From 183851b06bd6c52f3cae5375f433da720d410447 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 18:12:39 +0000 Subject: MediaWiki 1.7.1 wiederhergestellt --- maintenance/checktrans.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 maintenance/checktrans.php (limited to 'maintenance/checktrans.php') diff --git a/maintenance/checktrans.php b/maintenance/checktrans.php new file mode 100644 index 00000000..ebab4c7d --- /dev/null +++ b/maintenance/checktrans.php @@ -0,0 +1,30 @@ + $msg ) { + ++$total; + if ( ! array_key_exists( $code, $$msgarray ) ) { + print "'{$code}' => \"$msg\",\n"; + ++$count; + } +} + +print "{$count} messages of {$total} not translated.\n"; +?> -- cgit v1.2.2