From 88269a256653d22750c466f0d7ad4a0f35c85822 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 30 Aug 2004 16:30:01 +0000 Subject: INTEGRATION: CWS help2 (1.2.2); FILE MERGED 2004/08/23 12:38:18 ihi 1.2.2.1: extensions xml -> xhp --- transex3/scripts/localize.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'transex3') diff --git a/transex3/scripts/localize.pl b/transex3/scripts/localize.pl index 59f779e57510..142a94fe4e92 100755 --- a/transex3/scripts/localize.pl +++ b/transex3/scripts/localize.pl @@ -6,9 +6,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: localize.pl,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-08-02 16:24:26 $ +# last change: $Author: kz $ $Date: 2004-08-30 17:30:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,7 +87,7 @@ my $languages; # ( leftpart ) ( rightpart ) # prj file dummy type gid lid helpid pform width lang text helptext qhelptext title timestamp my $sdf_regex = "((([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t])*\t([^\t]*)\t([^\t]*))\t([^\t]*)\t(([^\t]*)\t([^\t]*)\t([^\t]*)\t([^\t]*)\t)([^\t]*))"; -my $file_types = "(src|hrc|xcs|xcu|lng|ulf|xrm|xml|xcd|xgf|xxl|xrb)"; +my $file_types = "(src|hrc|xcs|xcu|lng|ulf|xrm|xhp|xcd|xgf|xxl|xrb)"; #### main #### -- cgit