[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[PATCH]: Fix merging in localize
This patch fixes the merging functionality of localize for me.
--- dist/bin/localize 1999/06/09 12:11:54 1.1.1.1
+++ dist/bin/localize 1999/07/26 22:59:17 1.2
@@ -129,9 +129,9 @@
warn "Couldn't read merge file $opt_m, continuing without.\n";
}
-$C->{Locale} = {} unless $C->{Locale};
+$C->{Locale_repository} = {} unless $C->{Locale_repository};
-my $Locale = $C->{Locale};
+my $Locale = $C->{Locale_repository};
my $one_text;
my $two_text;
--
LinuXia - Solutions of Cool Competence - Internetprogramming and more
D-30163 Hannover, Waldstraße 4, 0511-3941290 (http://www.linuxia.de/)
Wir realisieren Onlineshops mit Minivend (http://www.minivend.com)
und MiniMate (http://www.linuxia.de/minimate/).