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

Ambrose C. LI acli at users.sourceforge.net
Sun Jan 23 09:16:59 CET 2005


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'),





More information about the Koha-cvs mailing list