Revision d2de308e
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
86 | 86 |
closedir DIR; |
87 | 87 |
|
88 | 88 |
# slurp the translations in |
89 |
my $self = {};
|
|
90 |
my $missing = {};
|
|
91 |
my @missing = ();
|
|
92 |
my @lost = ();
|
|
89 |
our $self = {};
|
|
90 |
our $missing = {};
|
|
91 |
our @missing = ();
|
|
92 |
our @lost = ();
|
|
93 | 93 |
|
94 | 94 |
if (-f 'all') { |
95 | 95 |
require 'all'; |
... | ... | |
119 | 119 |
sub handle_file { |
120 | 120 |
my ($file, $dir) = @_; |
121 | 121 |
print "\n$file" if $opt_v; |
122 |
my %locale = ();
|
|
123 |
my %submit = ();
|
|
124 |
my %subrt = ();
|
|
122 |
%locale = (); |
|
123 |
%submit = (); |
|
124 |
%subrt = (); |
|
125 | 125 |
|
126 | 126 |
&scanfile("$dir/$file"); |
127 | 127 |
|
Auch abrufbar als: Unified diff
Keine globalen Variablen überschreiben.