To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109378
User ihi changed the following:
What |Old value |New value
================================================================================
Status|REOPENED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon May 10 17:28:31 +0000
2010 -------
ok what I did now is:
diff -r d4e30bd655ac l10ntools/scripts/localize.pl
--- a/l10ntools/scripts/localize.pl Tue Apr 13 18:26:22 2010 +0200
+++ b/l10ntools/scripts/localize.pl Mon May 10 19:21:48 2010 +0200
@@ -284,9 +284,11 @@
foreach my $lang( keys( %{ $string_hash } ) )
{
my @sdf_file;
+ next , if( $lang eq "en-US" );
- # mkdir!!!!
- my $current_l10n_file = $WIN eq "TRUE" ?
$l10n_file."\\$lang\\localize.sdf" : $l10n_file."/$lang/localize.sdf";
+ mkdir $l10n_file."/$lang";
+ my $current_l10n_file = $l10n_file."/$lang/localize.sdf";
+
print "Writing '$current_l10n_file'\n";
if( open DESTFILE , "< $current_l10n_file" ){
@@ -393,7 +395,7 @@
close ( $TMPHANDLE );
$command = "$ENV{WRAPCMD} " if( $ENV{WRAPCMD} );
- $command .= fix_cygwin_path("$ENV{SOLARVER}/$ENV{INPATH}/bin/gsicheck");
+ $command .= "$ENV{SOLARVER}/$ENV{INPATH}/bin/gsicheck";
my $errfile = $sdffile.".err";
$command .= " -k -c -wcf $tmpfile -wef $errfile -l \"\" $sdffile";
there is still something strange when there are more langs in the sdf file but I
will fix this on the master then.
I will do the OOO_VENDOR substitution as masterfix as well, as I integrated 2
l10n cws's now that would conflict
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]