From: Lee Daniel Crocker Date: Wed, 23 Apr 2003 20:17:47 +0000 (+0000) Subject: Adding checktrans script. X-Git-Tag: 1.1.0~580 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=acac0fc562b9582d73aa8e197f2c1d8633b92792;p=lhc%2Fweb%2Fwiklou.git Adding checktrans script. --- diff --git a/maintenance/checktrans.php b/maintenance/checktrans.php new file mode 100644 index 0000000000..f390a4faf0 --- /dev/null +++ b/maintenance/checktrans.php @@ -0,0 +1,48 @@ + $msg ) { + ++$total; + + if ( ! array_key_exists( $code, $$msgarray ) ) { + print "{$code}\n"; + ++$count; + } +} +print "{$count} messages of {$total} not translated.\n"; +