aboutsummaryrefslogtreecommitdiffstats
path: root/touch_translations.pl
diff options
context:
space:
mode:
authorMartin Schulze <joey>2001-05-18 16:46:47 +0000
committerMartin Schulze <joey>2001-05-18 16:46:47 +0000
commit8afe55e8ef5fbed5fde22c1c0124204b5c1d6395 (patch)
treeed06077f22302a53740c9095112156a520fde2cf /touch_translations.pl
parentf07ad7296ad4402ee99fa7f3da2814ffadb92e06 (diff)
Small correction in Makefile, large result, make broke down. Hellas
wasn't known to touch_translations.pl. CVS version numbers touch_translations.pl: 1.3 -> 1.4
Diffstat (limited to 'touch_translations.pl')
-rwxr-xr-xtouch_translations.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/touch_translations.pl b/touch_translations.pl
index d023ffd07b6..cf82a7503b0 100755
--- a/touch_translations.pl
+++ b/touch_translations.pl
@@ -28,6 +28,7 @@
"hr" => "croatian",
"da" => "danish",
"nl" => "dutch",
+ "el" => "hellas",
"en" => "english",
"eo" => "esperanto",
"fi" => "finnish",
@@ -96,7 +97,7 @@ sub when_forced {
$argfile = $ARGV[0] or die "Invalid number of arguments";
die "Invalid number of arguments" unless $ARGV[1];
-$arglang = $langs{$ARGV[1]} or die "Invalid lang argument";
+$arglang = $langs{$ARGV[1]} or die "Invalid lang argument: $ARGV[1]";
$argfile =~ m+(.*)/(.*)\.wml+ or die "pattern does not match";
my ($path, $file) = ($1, $2);

© 2014-2024 Faster IT GmbH | imprint | privacy policy