[Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.5.2.5,1.5.2.6

Paul POULAIN tipaul at users.sourceforge.net
Wed Jan 28 17:46:26 CET 2004


Update of /cvsroot/koha/koha/misc/translator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1827/misc/translator

Modified Files:
      Tag: rel_2_0
	tmpl_process.pl 
Log Message:
minor modif in translated file generation to improve LIMITED; replacements

Index: tmpl_process.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process.pl,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -C2 -r1.5.2.5 -r1.5.2.6
*** tmpl_process.pl	26 Jan 2004 10:41:50 -0000	1.5.2.5
--- tmpl_process.pl	28 Jan 2004 16:46:23 -0000	1.5.2.6
***************
*** 224,228 ****
  						$text =~ s/\./\\\./g;
  						$subst =~ s/^LIMITED;//g;
! 						$lines =~ s/(.*)>$text/$1>$subst/g;
  						$lines =~ s/(.*) title="$text/$1 title="$subst/g;
  						$lines =~ s/(.*) alt="$text/$1 alt="$subst/g;
--- 224,228 ----
  						$text =~ s/\./\\\./g;
  						$subst =~ s/^LIMITED;//g;
! 						$lines =~ s/(.*)>$text(\W)/$1>$subst$2/g;
  						$lines =~ s/(.*) title="$text/$1 title="$subst/g;
  						$lines =~ s/(.*) alt="$text/$1 alt="$subst/g;





More information about the Koha-cvs mailing list