/[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

Diff of /trunk/filter/lang_swish.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 41 by dpavlin, Sun Feb 23 07:02:55 2003 UTC revision 42 by dpavlin, Sat Mar 15 21:48:48 2003 UTC
# Line 4  sub lang_swish { Line 4  sub lang_swish {
4          my @out;          my @out;
5          foreach my $v1 (@_) {          foreach my $v1 (@_) {
6                  push @out,$v1;  # save original                  push @out,$v1;  # save original
7                  my $v2 = $v1;                  $v1 =~ s/(HRV|CRO)/Hrvatski/gi;
8                  $v2 =~ s/HRV/Hrvatski/gi;                  $v1 =~ s/GER/Njemački/gi;
9                  push @out,$v2;  # save modified version                  $v1 =~ s/ENG/Engleski/gi;
10                    push @out,$v1;  # save modified version
11          }          }
12          return @out;          return @out;
13  }  }

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26