koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/misc/translator/po update.pl,1.1.2.5,1.1.2.6


From: Ambrose C. LI
Subject: [Koha-cvs] CVS: koha/misc/translator/po update.pl,1.1.2.5,1.1.2.6
Date: Sun, 23 Jan 2005 00:16:59 -0800

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

Modified Files:
      Tag: rel_2_2
        update.pl 
Log Message:
Forgot a _ in the po file filename


Index: update.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/po/Attic/update.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** update.pl   23 Jan 2005 06:22:26 -0000      1.1.2.5
--- update.pl   23 Jan 2005 08:16:57 -0000      1.1.2.6
***************
*** 47,51 ****
        # but this is not Koha's convention.
        #
!       my $target = "po/${theme}_${module}" . ($pot_p? ".pot": "$lang.po");
        rename($target, "$target~") if $pot_p;
        exec('./tmpl_process3.pl', ($pot_p? 'create': 'update'),
--- 47,51 ----
        # but this is not Koha's convention.
        #
!       my $target = "po/${theme}_${module}" . ($pot_p? ".pot": "_$lang.po");
        rename($target, "$target~") if $pot_p;
        exec('./tmpl_process3.pl', ($pot_p? 'create': 'update'),




reply via email to

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