remove traling spaces from non empty lines in command output
[spider.git] / cmd / set / language.pl
index d28df61a5d941619cc01e6f62be1478576c484fd..60a989103f4cdb3e447b3892563249c63c407c4f 100644 (file)
@@ -11,7 +11,7 @@ my $call = $self->call;
 my $user;
 
 # modify this next line if you add a language to Messages
-my @lang = qw( en nl sp );
+my @lang = qw( en nl es de it );
 
 # remove leading and trailing spaces
 $line =~ s/^\s+//;