[Koha-cvs] CVS: koha/misc/translator tmpl_process3.pl,1.1,1.2

Ambrose C. LI acli at users.sourceforge.net
Thu Feb 19 22:28:17 CET 2004


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

Modified Files:
	tmpl_process3.pl 
Log Message:
Forgot to check for fuzzy-ness.


Index: tmpl_process3.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process3.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tmpl_process3.pl	19 Feb 2004 21:24:30 -0000	1.1
--- tmpl_process3.pl	19 Feb 2004 21:28:14 -0000	1.2
***************
*** 34,37 ****
--- 34,38 ----
      my $key = TmplTokenizer::quote_po($s) if $s =~ /\S/;
      return defined $href->{$key}
+ 		&& !$href->{$key}->fuzzy
  		&& length Locale::PO->dequote($href->{$key}->msgstr)?
  	   Locale::PO->dequote($href->{$key}->msgstr): $s;





More information about the Koha-cvs mailing list