[Libreoffice-commits] .: 4 commits - l10ntools/scripts

Jan Holesovsky kendy at kemper.freedesktop.org
Sun Oct 24 09:49:14 PDT 2010


 l10ntools/scripts/keyidGen.pl |    2 +-
 l10ntools/scripts/localize.pl |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 7daa87fd94314b3839b69bfc091cb0e645006c8b
Merge: 49c2936... 7f78d64...
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Sun Oct 24 18:48:50 2010 +0200

    Merge commit 'ooo/OOO330_m12'

commit 7f78d6456fd5038e042565ca23cf69a991796620
Merge: 3b08f03... 5330736...
Author: Kurt Zenker <kz at openoffice.org>
Date:   Wed Oct 20 16:54:57 2010 +0200

    CWS-TOOLING: integrate CWS ivo99

commit 5330736b57db9f83ee966b66e31a3c2593a952b9
Author: Ivo Hinkelmann <ihi at openoffice.org>
Date:   Mon Oct 18 13:22:03 2010 +0200

    ivo99: fixed path

diff --git a/l10ntools/scripts/localize.pl b/l10ntools/scripts/localize.pl
index a1c9110..4e6e45a 100644
--- a/l10ntools/scripts/localize.pl
+++ b/l10ntools/scripts/localize.pl
@@ -175,8 +175,9 @@ sub splitfile{
         exit( -1 );
     }
     my $src_root = $ENV{SOURCE_ROOT_DIR};
+    my $ooo_src_root = $ENV{SRC_ROOT};
     my $so_l10n_path  = $src_root."/sun/l10n_so/source";
-    my $ooo_l10n_path = $src_root."/ooo/l10n/source";
+    my $ooo_l10n_path = $ooo_src_root."/l10n/source";
 
     #print "$so_l10n_path\n";
     #print "$ooo_l10n_path\n";
commit 4fcf9fee42b4390f6005d768f29974aef08ba206
Author: Ivo Hinkelmann <ihi at openoffice.org>
Date:   Mon Oct 18 13:15:42 2010 +0200

    ivo99: #107407# exchange <> by []

diff --git a/l10ntools/scripts/keyidGen.pl b/l10ntools/scripts/keyidGen.pl
index fcc8cce..12abab5 100644
--- a/l10ntools/scripts/keyidGen.pl
+++ b/l10ntools/scripts/keyidGen.pl
@@ -112,7 +112,7 @@ sub makenumber
     $h = shift;
     #                  1         2         3         4
     #         1234567890123456789012345678901234567890
-    $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-<=>";
+    $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-[=]";
     $order = length($symbols);
     $result = "";
     while ( length( $result ) < 6 )


More information about the Libreoffice-commits mailing list