/[webpac]/branches/humanistika/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

Diff of /branches/humanistika/filter/lang_display.pm

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

trunk/filter/lang_display.pm revision 26 by dpavlin, Sun Feb 23 07:02:55 2003 UTC branches/humanistika/filter/lang_display.pm revision 269 by dpavlin, Fri Mar 12 16:13:12 2004 UTC
# Line 3  Line 3 
3  sub lang_display {  sub lang_display {
4          my @out;          my @out;
5          foreach my $v1 (@_) {          foreach my $v1 (@_) {
6                  $v1 =~ s/(HRV|CRO)/Hrvatski/gi;                  $v1 =~ s/(HRV|CRO|SCR)/Hrvatski/gi;
7                  $v1 =~ s/GER/Njemački/gi;                  $v1 =~ s/GER/Njemački/gi;
8                  $v1 =~ s/ENG/Engleski/gi;                  $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                  push @out,$v1;  # save modified version
14          }          }
15          return @out;          return @out;

Legend:
Removed from v.26  
changed lines
  Added in v.269

  ViewVC Help
Powered by ViewVC 1.1.26