comparison makemeta-vlp.pl @ 54:8e19bc5ca86a

added some more languages
author casties
date Mon, 02 Feb 2009 12:45:15 +0100
parents 173e9823761e
children 9d7df218f94c
comparison
equal deleted inserted replaced
53:86965c7658a9 54:8e19bc5ca86a
8 8
9 # make output unbuffered 9 # make output unbuffered
10 $|=1; 10 $|=1;
11 11
12 # program version 12 # program version
13 my $version = "0.2.5 (14.12.2006 ROC)"; 13 my $version = "0.2.6 (1.2.2009 ROC)";
14 my $help = 14 my $help =
15 "use: makemeta-vlp [options] file.xml 15 "use: makemeta-vlp [options] file.xml
16 options: 16 options:
17 -debug show debugging info 17 -debug show debugging info
18 -dry-run simulate, dont'do anything 18 -dry-run simulate, dont'do anything
181 'French' => 'fr', 181 'French' => 'fr',
182 'Latin' => 'la', 182 'Latin' => 'la',
183 'Japanese' => 'ja', 183 'Japanese' => 'ja',
184 'Dutch' => 'nl', 184 'Dutch' => 'nl',
185 'Spanish' => 'es', 185 'Spanish' => 'es',
186 'Swedish' => 'sv' 186 'Swedish' => 'sv',
187 'Russian' => 'ru',
188 'Polish' => 'pl',
189 'Greek' => 'el'
187 ); 190 );
188 # storage fields 191 # storage fields
189 my $arch_id_field = 'ID'; 192 my $arch_id_field = 'ID';
190 193
191 ####################################################### 194 #######################################################