get the location regex right and use it everywhere
[spider.git] / cmd / set / language.pl
index 663e9426dc8048da4e611575b65aeb083c6378b6..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 de );
+my @lang = qw( en nl es de it );
 
 # remove leading and trailing spaces
 $line =~ s/^\s+//;