projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5701782
)
Auch die Gesamtzahl an zu übersetzenden Begriffen anzeigen, wenn welche fehlen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 14:42:20 +0000
(16:42 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 2 Oct 2009 14:42:20 +0000
(16:42 +0200)
locale/de/locales.pl
patch
|
blob
|
history
diff --git
a/locale/de/locales.pl
b/locale/de/locales.pl
index
a497ee6
..
7cc3c53
100755
(executable)
--- 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;