/[webpac]/trunk/filter/lang_display.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

Contents of /trunk/filter/lang_display.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 145 - (show annotations)
Sun Nov 16 12:35:21 2003 UTC (20 years, 4 months ago) by dpavlin
File size: 339 byte(s)
added more languages

1 #!/usr/bin/perl -w
2
3 sub lang_display {
4 my @out;
5 foreach my $v1 (@_) {
6 $v1 =~ s/(HRV|CRO)/Hrvatski/gi;
7 $v1 =~ s/GER/Njemaèki/gi;
8 $v1 =~ s/ENG/Engleski/gi;
9 $v1 =~ s/ITA/Talijanski/gi;
10 $v1 =~ s/SLV/Slovenski/gi;
11 $v1 =~ s/RUS/Ruski/gi;
12 $v1 =~ s/FRE/Francuski/gi;
13 push @out,$v1; # save modified version
14 }
15 return @out;
16 }
17
18 1;

Properties

Name Value
cvs2svn:cvs-rev 1.2
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26