diff --git a/dev/translation/sanity_check_en_langfiles.php b/dev/translation/sanity_check_en_langfiles.php index b6c3bcac440..b1ccca39dee 100644 --- a/dev/translation/sanity_check_en_langfiles.php +++ b/dev/translation/sanity_check_en_langfiles.php @@ -175,14 +175,17 @@ foreach ($langstrings_3d AS $filename => $file) { } } -echo "

Duplicate strings in lang files in $workdir

"; +echo "

Duplicate strings in lang files in $workdir - ".count($dups)." found

"; echo "
";
 
 echo " ";
-echo "";
+echo "";
 echo "";
+$count = 0;
 foreach ($dups as $string => $pages) {
+	$count++;
 	echo "";
+	echo "";
 	echo "";
 	echo "
StringFile and lines
#StringFile and lines
$count$string"; foreach ($pages AS $page => $lines ) {