From 28c1bfdcf7f636957ffa62983d3486f77991fe22 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Fri, 25 Mar 2011 15:15:21 +0100 Subject: fix localize.pl to search strings in the "translations" module --- l10ntools/scripts/localize.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/scripts/localize.pl b/l10ntools/scripts/localize.pl index 340357cca45b..cb72944ed8d9 100755 --- a/l10ntools/scripts/localize.pl +++ b/l10ntools/scripts/localize.pl @@ -177,7 +177,7 @@ sub splitfile{ my $src_root = $ENV{SRC_ROOT}; my $ooo_src_root = $ENV{SRC_ROOT}; my $so_l10n_path = $src_root."/sun/l10n_so/source"; - my $ooo_l10n_path = $ooo_src_root."/l10n/source"; + my $ooo_l10n_path = $ooo_src_root."/translations/source"; #print "$so_l10n_path\n"; #print "$ooo_l10n_path\n"; @@ -346,7 +346,7 @@ sub add_paths { my $langhash_ref = shift; my $root_dir = $ENV{ SRC_ROOT }; - my $ooo_l10n_dir = "$root_dir/l10n/source"; + my $ooo_l10n_dir = "$root_dir/translations/source"; my $so_l10n_dir = "$root_dir/l10n_so/source"; if( -e $ooo_l10n_dir ) -- cgit