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


User fs changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|fs                        |ihi
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Mar 22 06:00:23 -0800 
2006 -------
fs->ihi: we seem to have a return of our case-sensitivity problem here.
The UNO commands which are not translated are:
  .uno:CheckBox
  .uno:RadioButton
  .uno:ComboBox
They're all defined in
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu. They are
also properly localized in the respective localize.sdf which resides besides the
GenericCommands.xcu.

However, if I build the officecfg project, the resulting localized xcu files
(for instance
officecfg/wntmsci10/misc/registry/res/nl/org/openoffice/Office/UI/GenericCommands.xcu)
do *not* contain the localizations anymore.

The three commands have in common that there are other commands which differ in
case only. That is, there are commands
  .uno:Checkbox
  .uno:Radiobutton
  .uno:Combobox
It seems that the localization of the XCU files does a case-insensitive lookup
inside the localize.sdf, so both .uno:CheckBox and .uno:Checkbox are mappen to
one entry (.uno:Checkbox).
Thus, the final installation does not contain the translations for the three
commands above.

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