summaryrefslogtreecommitdiffstats
path: root/trunk/tools/langs-expand.pl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/tools/langs-expand.pl')
-rwxr-xr-xtrunk/tools/langs-expand.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/trunk/tools/langs-expand.pl b/trunk/tools/langs-expand.pl
deleted file mode 100755
index 2d0797b..0000000
--- a/trunk/tools/langs-expand.pl
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/perl -l
-use lib qw(/usr/lib/libDrakX);
-use lang;
-use MDK::Common;
-my @langs = grep { member(lang::locale_to_main_locale($_), @ARGV) } lang::list_langs();
-print join("\n", map { lang::l2name($_) . " (" . $_ . ")" } sort(@langs));