Issue 59480 - README of SDK is not localizable
Summary: README of SDK is not localizable
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: jsc
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-17 16:03 UTC by pavel
Modified: 2013-02-24 21:09 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-12-17 16:03:34 UTC
Hi,

the README file in SDK RPM packages is not localized. In fact it is unbelievable
mess:

en-US RPM contains original README file from sdk_oo/license.

cs RPM contains Czech README file of OpenOffice.org (not SDK)!!!

So to sum up: only en-US SDK contains valid README file.

As there are no other differences in the SDK between two different languages, I
suggest to build only one pack (en-US) like in URE:

oo@oo:~/BuildDir/ooo_OOA680_m1_src/instsetoo_native/util> grep ALLTAR makefile.m
k |grep ure
ALLTAR : openoffice sdkoo ure_en-US
oo@oo:~/BuildDir/ooo_OOA680_m1_src/instsetoo_native/util> 

This will also save build time, etc.

After we have framework for localizing README file (see the module
readlicense_oo) we can build other languages too.
Comment 1 jsc 2005-12-19 08:01:17 UTC
jsc -> pjanik: Pavel that of course is simply a bug. The SDK should be build
only for en-US because of the fact that we only support a English version.
Comment 2 jsc 2005-12-19 12:10:33 UTC
fix the makefile target:
ALLTAR : openoffice sdkoo_en-US ure_en-US

fixed on cws jsc2
Comment 3 jsc 2005-12-20 09:50:01 UTC
JSC -> PJANIK: Pavel, is it possible for you to verify this issue. 
The version on my cws containing the fix is:
Repository revision: 1.48.20.1      
/cvs/installation/instsetoo_native/util/makefile.mk
Comment 4 pavel 2005-12-20 09:50:50 UTC
of course. I'll add it to my build system and will check it.
Comment 5 jsc 2005-12-22 12:25:14 UTC
i have verified this issue by building instsetoo_native with UPDATER=YES. It
works as expected with the changed target.
Pavel any updates from your side, i would like to have this bug verified soon to
make the cws ready.
Comment 6 pavel 2005-12-22 15:56:35 UTC
verified.

With your patch SDK is only built for en_US the same way as URE is.
Comment 7 jsc 2006-01-18 14:35:18 UTC
closed