[interchange-cvs] interchange - racke modified scripts/localize.PL

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Oct 1 09:23:01 2001


User:      racke
Date:      2001-10-01 13:22:59 GMT
Modified:  scripts  Tag: STABLE_4_8-branch localize.PL
Log:
don't add comment sign twice

Revision  Changes    Path
No                   revision



No                   revision



2.0.2.2   +2 -3      interchange/scripts/localize.PL


rev 2.0.2.2, prev_rev 2.0.2.1
Index: localize.PL
===================================================================
RCS file: /anon_cvs/repository/interchange/scripts/localize.PL,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -r2.0.2.1 -r2.0.2.2
--- localize.PL	2001/08/30 13:56:05	2.0.2.1
+++ localize.PL	2001/10/01 13:22:58	2.0.2.2
@@ -50,7 +50,7 @@
 #
 # Interchange localizer
 #
-# $Id: localize.PL,v 2.0.2.1 2001/08/30 13:56:05 racke Exp $
+# $Id: localize.PL,v 2.0.2.2 2001/10/01 13:22:58 racke Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -271,7 +271,6 @@
 	if($key) {
 		$Locale->{$def}->{$key} = $default;
 		$Comment{$key} = $default;
-		$Comment{$key} =~ s/\n/\n# /g;
 	}
 	else {
 		$Locale->{$def}->{$default} = $default;
@@ -402,7 +401,7 @@
 
 =head1 VERSION
 
-# $Id: localize.PL,v 2.0.2.1 2001/08/30 13:56:05 racke Exp $
+# $Id: localize.PL,v 2.0.2.2 2001/10/01 13:22:58 racke Exp $
 
 =head1 SYNOPSIS