changeset 54:8e19bc5ca86a

added some more languages
author casties
date Mon, 02 Feb 2009 12:45:15 +0100
parents 86965c7658a9
children 7958ac21f9bf
files makemeta-vlp.pl
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makemeta-vlp.pl	Wed Nov 19 14:58:41 2008 +0100
+++ b/makemeta-vlp.pl	Mon Feb 02 12:45:15 2009 +0100
@@ -10,7 +10,7 @@
 $|=1;
 
 # program version
-my $version = "0.2.5 (14.12.2006 ROC)";
+my $version = "0.2.6 (1.2.2009 ROC)";
 my $help = 
 "use: makemeta-vlp [options] file.xml
 options:
@@ -183,7 +183,10 @@
     'Japanese' => 'ja',
     'Dutch' => 'nl',
     'Spanish' => 'es',
-    'Swedish' => 'sv'
+    'Swedish' => 'sv',
+    'Russian' => 'ru',
+    'Polish' => 'pl',
+    'Greek' => 'el'
     );
 # storage fields
 my $arch_id_field = 'ID';