summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
Diffstat (limited to 'move')
-rw-r--r--move/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index c449a6c06..bb0edce74 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -30,7 +30,7 @@ use log;
use lang;
use Digest::MD5 qw(md5_hex);
-my @ALLOWED_LANGS = qw(en_US fr es it de);
+my @ALLOWED_LANGS = qw(en_US fr es it de nl);
my $key_disabled;
my ($using_existing_user_config, $using_existing_host_config);