[Koha-cvs] CVS: koha/misc/translator tmpl_process3.pl,1.7,1.8

Ambrose C. LI acli at users.sourceforge.net
Mon Feb 23 05:26:08 CET 2004


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

Modified Files:
	tmpl_process3.pl 
Log Message:
Bug that prevented msgid's with French characters from being translated
should now be really fixed.


Index: tmpl_process3.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process3.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tmpl_process3.pl	23 Feb 2004 04:02:06 -0000	1.7
--- tmpl_process3.pl	23 Feb 2004 04:26:04 -0000	1.8
***************
*** 206,210 ****
  	    die "Conflicting charsets in msgid: $charset_in vs $candidate\n"
  		    if defined $charset_in && $charset_in ne $candidate;
! 	    $charset_in = $2;
  	}
      }
--- 206,210 ----
  	    die "Conflicting charsets in msgid: $charset_in vs $candidate\n"
  		    if defined $charset_in && $charset_in ne $candidate;
! 	    $charset_in = $candidate;
  	}
      }





More information about the Koha-cvs mailing list