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





------- Additional comments from [EMAIL PROTECTED] Mon Mar 13 05:22:11 -0800 
2006 -------
Better. The only build-time error left is
Error: Currency: more than one currency flagged as usedInCompatibleFormatCodes.
There can be only one.. that should be identical to the tr_TR locale, you may as
well use the reference mechanism instesd of duplicating the section.
<LC_CURRENCY ref="tr_TR"/>

Furthermore, the currency replacement isn't correct:
<LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$$-409]">

uses the $ currency symbol and the LCID assigned to en_US, the correct line
would read
<LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$TL-626]">

if the usedInCompatibleFormatCodes is taken from tr_TR, and because we defined
the LCID
#define LANGUAGE_USER_KURDISH_TURKEY        0x0626
in tools/inc/lang.hxx

I didn't try yet whether the format codes really work during runtime. You can
try it out by following the guideline mentioned in the locale.dtd file. Please
correct at least the currency issues and attach a new version and then reassign
the issue to me, I'll start working on new locales in April.

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