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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (hide annotations)
Sat Mar 15 21:48:48 2003 UTC (21 years ago) by dpavlin
File size: 257 byte(s)
filter fix && optimisation

1 dpavlin 26 #!/usr/bin/perl -w
2    
3     sub lang_swish {
4     my @out;
5     foreach my $v1 (@_) {
6     push @out,$v1; # save original
7 dpavlin 42 $v1 =~ s/(HRV|CRO)/Hrvatski/gi;
8     $v1 =~ s/GER/Njemaèki/gi;
9     $v1 =~ s/ENG/Engleski/gi;
10     push @out,$v1; # save modified version
11 dpavlin 26 }
12     return @out;
13     }
14    
15     1;

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26