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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations)
Sun Feb 23 07:02:55 2003 UTC (21 years, 1 month ago) by dpavlin
Original Path: trunk/filter/lang_display.pm
File size: 226 byte(s)
new filters

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 push @out,$v1; # save modified version
10 }
11 return @out;
12 }
13
14 1;

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26