From: Moritz Bunkus Date: Fri, 2 Oct 2009 14:42:20 +0000 (+0200) Subject: Auch die Gesamtzahl an zu übersetzenden Begriffen anzeigen, wenn welche fehlen. X-Git-Tag: release-2.6.1beta1~259 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=aa6b50c0afd2965be3062e6813df038b8ddc9468;p=kivitendo-erp.git Auch die Gesamtzahl an zu übersetzenden Begriffen anzeigen, wenn welche fehlen. --- diff --git a/locale/de/locales.pl b/locale/de/locales.pl index a497ee691..7cc3c5302 100755 --- a/locale/de/locales.pl +++ b/locale/de/locales.pl @@ -315,7 +315,7 @@ if ($opt_c) { $per = sprintf("%.1f", ($count - $notext) / $count * 100); print "\n$trlanguage - ${per}%"; -print " - $notext missing" if $notext; +print " - $notext/$count missing" if $notext; print "\n"; exit; @@ -577,7 +577,7 @@ sub scanhtmlfile { substr($line, 0, $+[0]) = ""; $text =~ s/\s+/ /g; - $copying = 0; + $copying = 0; if ($issubmit) { # $submit{$text} = 1; $cached{$_[0]}{submit}{$text} = 1;