To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58586


User pjanik changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|pjanik                    |ihi
--------------------------------------------------------------------------------
                Issue type|ENHANCEMENT               |DEFECT
--------------------------------------------------------------------------------
                  Priority|P3                        |P2
--------------------------------------------------------------------------------
          Target milestone|---                       |OOo 2.0.3
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Apr 13 15:38:02 -0700 
2006 -------
So: another two hour debugging session is over.

As a short summary, I have two points. I'm trying this:

- soffice -writer
- Format - Paragraph - Identation & ...
- enter "1 in"

if it is OK - 2.54 cm is shown, if it is BAD, 1.00 is shown.

1. my 2.0.2 doesn't work

[EMAIL PROTECTED]:~/2.0.2/program> LANG=cs_CZ ./soffice
[EMAIL PROTECTED]:~/2.0.2/program> grep feet resource/vcl680cs.res 

2. my 2.0.2 with vcl680en-US.res renamed to vcl680cs.res does work:

[EMAIL PROTECTED]:~/2.0.2/program> grep feet resource/vcl680cs.res 
Binary file resource/vcl680cs.res matches
[EMAIL PROTECTED]:~/2.0.2/program> 

So the problem is in vcl680cs.res. I have chosen "feet" as the string to search
for in both files. feet is not translated in cs (it is the file units.src). No
string from this file seems to be in the binary resource file.

These strings are in GSI file for cs language. None of them is translated (every
string in units.src is the same as its original).

All 18 strings from units.src are merged into vcl/source/src/localize.sdf.

BUT

Final vcl680cs.res doesn't contain them. Why?

E.g. in my current Windows build, I do build for 40 languages (including en-US
and de) and only some vcl680*res do contain the string feet - en-US, de, bn, 
fa, lo.

The file wntmsci10.pro/misc/misc/svsrc/units.src contains (for cs) only these
strings: mm, cm, m. On GNU/Linux on AMD64, it contains all entries, but I do
build for cs and en-US only there.

Something is wrong in merging from localize.sdf into units.src file. Reassigning
to Ivo. Can you reproduce on your machine if you build resources for all
available languages?

I have to raise prio. This could affect more strings/files.


---------------------------------------------------------------------
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]

Reply via email to