Revision aa6b50c0
Von Moritz Bunkus vor etwa 15 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
315 | 315 |
|
316 | 316 |
$per = sprintf("%.1f", ($count - $notext) / $count * 100); |
317 | 317 |
print "\n$trlanguage - ${per}%"; |
318 |
print " - $notext missing" if $notext; |
|
318 |
print " - $notext/$count missing" if $notext;
|
|
319 | 319 |
print "\n"; |
320 | 320 |
|
321 | 321 |
exit; |
... | ... | |
577 | 577 |
substr($line, 0, $+[0]) = ""; |
578 | 578 |
$text =~ s/\s+/ /g; |
579 | 579 |
|
580 |
$copying = 0;
|
|
580 |
$copying = 0; |
|
581 | 581 |
if ($issubmit) { |
582 | 582 |
# $submit{$text} = 1; |
583 | 583 |
$cached{$_[0]}{submit}{$text} = 1; |
Auch abrufbar als: Unified diff
Auch die Gesamtzahl an zu übersetzenden Begriffen anzeigen, wenn welche fehlen.