/[webpac]/branches/hidra/filter/lang_display_en.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /branches/hidra/filter/lang_display_en.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 380 - (hide annotations)
Wed Jul 7 14:33:58 2004 UTC (19 years, 10 months ago) by dpavlin
File size: 335 byte(s)
local changes

1 dpavlin 380 #!/usr/bin/perl -w
2    
3     sub lang_display_en {
4     my @out;
5     foreach my $v1 (@_) {
6     $v1 =~ s/(HRV|CRO)/Croatian/gi;
7     $v1 =~ s/GER/German/gi;
8     $v1 =~ s/ENG/English/gi;
9     $v1 =~ s/ITA/Italian/gi;
10     $v1 =~ s/SLV/Slovenian/gi;
11     $v1 =~ s/RUS/Russian/gi;
12     $v1 =~ s/FRE/French/gi;
13     push @out,$v1; # save modified version
14     }
15     return @out;
16     }
17    
18     1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26