From 4e92fedb5a6314351b255ae19d64227339b95274 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Sat, 10 Aug 2013 14:55:24 +0000 Subject: report page extended to show duplicate strings in lang files --- langs/diff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'langs/diff.php') diff --git a/langs/diff.php b/langs/diff.php index d56be7f8e..68e741cd4 100644 --- a/langs/diff.php +++ b/langs/diff.php @@ -65,7 +65,7 @@ if($license) { if($constitution || $license) { $s .= 'Please read page on wiki for more information about that.

'; } -foreach (array('missing' => 'missing strings', 'notrans' => 'untranslated strings', 'extra' => 'unused (old) strings') as $type => $name) { +foreach (array('missing' => 'missing strings', 'notrans' => 'untranslated strings', 'extra' => 'unused (old) strings', 'dup_str' => 'duplicate strings') as $type => $name) { if (count($diff[$type]) > 0) { $s .= sprintf('

%d %s:

', count($diff[$type]), $name); -- cgit v1.2.1