URL to output
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 6 Jul 2005 22:30:24 +0000 (22:30 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 6 Jul 2005 22:30:24 +0000 (22:30 +0000)
maintenance/checktrans.php

index 76e63aa..134929e 100644 (file)
@@ -5,10 +5,13 @@
  * Check to see if all messages have been translated into the selected language.
  * To run this script, you must have a working installation, and it checks the
  * selected language of that installation.
+ * 
+ * Output is posted from time to time on:
+ * http://meta.wikimedia.org/wiki/Localization_statistics
  */
 
 /** */
-require_once("commandLine.inc");
+require_once('commandLine.inc');
 
 if ( 'en' == $wgLanguageCode ) {
        print "Current selected language is English. Cannot check translations.\n";
@@ -27,4 +30,4 @@ foreach ( $wgAllMessagesEn as $code => $msg ) {
 }
 
 print "{$count} messages of {$total} not translated.\n";
-?>
\ No newline at end of file
+?>