Issue 40244 - SRC680_m71/70: menus are in en-US even in cs version
Summary: SRC680_m71/70: menus are in en-US even in cs version
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: Olaf Felka
QA Contact: issues@framework
URL:
Keywords:
: 40479 40656 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-01-10 05:24 UTC by pavel
Modified: 2005-01-21 14:19 UTC (History)
1 user (show)

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


Attachments
Patch that reactivates localized data from configuration (706 bytes, patch)
2005-01-10 10:58 UTC, joerg.barfurth
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2005-01-10 05:24:31 UTC
Hi,

SRC680_m71 (or m70) cripples menu. In Czech version, we have everything
translated, but the top-level menu is in English even if I turn Czech as the GUI
language.

On the other hand, dialogs (like Tools - Options) are completely translated. The
same applies to e.g. Open dialog - it is translated.

ain: please confirm in Estonian language.
Comment 1 pavel 2005-01-10 05:26:37 UTC
It also applies to German version built here.
Comment 2 pavel 2005-01-10 09:11:02 UTC
GenericCommands.xcu contains correct values:

pavel@linux:/tmp/SRC680_m71> grep -C6 "~Soubor" share/registry/res/cs/org/openof
fice/Office/UI/GenericCommands.xcu
                        <node oor:name=".uno:PickList">

                                <prop oor:name="Label" oor:type="xs:string">



                                        <value xml:lang="cs">~Soubor</value>
                                </prop>
                        </node>

Soubor is Czech word for File, so the translation seems to be correct.
Comment 3 joerg.barfurth 2005-01-10 10:57:14 UTC
Taking over. This is a regression from cws cfgimpex
Comment 4 joerg.barfurth 2005-01-10 10:58:59 UTC
Created attachment 21292 [details]
Patch that reactivates localized data from configuration
Comment 5 joerg.barfurth 2005-01-10 14:44:35 UTC
Localized data that should be read from the configuration is not read (for any
language), so the English fallback is used.

Underlying reason is that a timestamp check is wrong: Data without timestamp
support (this is the case for the locale-dependent data) is never read - even if
there is no timestamp to check against.

Comment 6 pavel 2005-01-10 14:46:14 UTC
jb: my verification build is already running. I'll report in the evening once
I'm at home.
Comment 7 joerg.barfurth 2005-01-10 15:37:18 UTC
Fixed in CWS jb01
Comment 8 pavel 2005-01-10 19:22:12 UTC
Verified.

With this patch, my build of m71 again contains atrings translated.

Thanks for very fast response!
Comment 9 joerg.barfurth 2005-01-11 08:57:33 UTC
Reopen to reassign to QA (for verifying on the CWS)
Comment 10 joerg.barfurth 2005-01-11 09:01:16 UTC
.
Comment 11 joerg.barfurth 2005-01-11 09:03:47 UTC
Fixed in cws jb01

@of: please verify asap

This occurred in any non-english or multi-lingual version, so checking German
should be enough. (pjank has verified the patch in cs version already)


Comment 12 Olaf Felka 2005-01-11 12:17:46 UTC
of: Verified in cws jb01.
Comment 13 Olaf Felka 2005-01-13 12:22:42 UTC
OF: is ok in src6780m71s1
Comment 14 helge.delfs 2005-01-13 13:24:52 UTC
*** Issue 40479 has been marked as a duplicate of this issue. ***
Comment 15 helge.delfs 2005-01-13 13:27:27 UTC
*** Issue 40479 has been marked as a duplicate of this issue. ***
Comment 16 joerg.barfurth 2005-01-14 12:47:32 UTC
*** Issue 40656 has been marked as a duplicate of this issue. ***
Comment 17 mci 2005-01-21 11:40:11 UTC
is broken in m73 on Linux again...
Comment 18 wolframgarten 2005-01-21 11:42:00 UTC
*** Issue 40656 has been marked as a duplicate of this issue. ***
Comment 19 joerg.barfurth 2005-01-21 14:18:26 UTC
The current problem is unrelated to this issue.

It is merely a build problem (corrupted localized files) that occured during
inhouse build on a single platform -> internal bug #119206#.

-> back to fixed
Comment 20 joerg.barfurth 2005-01-21 14:19:54 UTC
And closing again.