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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 269 - (hide annotations)
Fri Mar 12 16:13:12 2004 UTC (20 years, 1 month ago) by dpavlin
File size: 343 byte(s)
filters and import_xml definitions for Humanistika

1 dpavlin 26 #!/usr/bin/perl -w
2    
3     sub lang_display {
4     my @out;
5     foreach my $v1 (@_) {
6 dpavlin 269 $v1 =~ s/(HRV|CRO|SCR)/Hrvatski/gi;
7 dpavlin 26 $v1 =~ s/GER/Njemaèki/gi;
8     $v1 =~ s/ENG/Engleski/gi;
9 dpavlin 145 $v1 =~ s/ITA/Talijanski/gi;
10     $v1 =~ s/SLV/Slovenski/gi;
11     $v1 =~ s/RUS/Ruski/gi;
12     $v1 =~ s/FRE/Francuski/gi;
13 dpavlin 26 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