koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ambrose C. LI
Subject: [Koha-cvs] CVS: koha/misc/translator tmpl_process3.pl,1.1,1.2
Date: Thu, 19 Feb 2004 13:28:17 -0800

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]