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.7,1.8


From: Ambrose C. LI
Subject: [Koha-cvs] CVS: koha/misc/translator tmpl_process3.pl,1.7,1.8
Date: Sun, 22 Feb 2004 20:26:08 -0800

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;
        }
      }




reply via email to

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