To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66919
User pl changed the following:
What |Old value |New value
================================================================================
Assigned to|pl |ihi
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Mar 26 14:21:48 +0000
2007 -------
pl->ihi: after having some trouble to reproduce the problem, i finally got to
the point of this.
1. problem: in the produced intermediate .srs file that gets merged from
localize.sdf and the .src files there is always a default entry
Text = ""
for any string. So resource fallback does not come into play here, because
building the resource will fallback to the default entry if there is no
specialized "en-GB" entry - which now happens to be an empty string.
2. problem: even if the empty default strings are removed, this only ends up
with resource objects with no "Text" attribute. This is legal syntax, the text
attribute of all the objects is then an empty string, which is still valid. So
still no resource fallback in action.
resource fallback will only come into play if there is a named resource object
missing (one with an ID); in which case resource fallback already works as
designed for en-GB (I checked).
proposed solution: do not emit Text="" but instead Text=<whatever is there for
Text[en-US]>
---------------------------------------------------------------------
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]