To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93555
User is changed the following:
What |Old value |New value
================================================================================
Assigned to|is |er
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Sep 8 14:17:41 +0000
2008 -------
Supposed to be a problem of "ar" in LanguagePack, that matches to
LANGUAGE_ARABIC in isolang.cxx, that does not match in Langtab.src.
1. Langtab.src in svtools:
< "Arabic (Iraq)" ; LANGUAGE_ARABIC_IRAQ ; > ;
< "Arabic (Egypt)" ; LANGUAGE_ARABIC_EGYPT ; > ;
-> No LANGUAGE_ARABIC
2. isolang.cxx in i18npool:
{ LANGUAGE_ARABIC, "ar", "" },
{ LANGUAGE_ARABIC_EGYPT, "ar", "EG" },
{ LANGUAGE_ARABIC_SAUDI_ARABIA, "ar", "SA" },
3. Langpack-ar.xcu in the LanguagePack:
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data oor:name="Setup" oor:package="org.openoffice"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Office">
<node oor:name="InstalledLocales">
<node oor:name="ar" oor:op="replace">
<prop oor:name="Origin"><value>OpenOffice.org</value></prop>
</node>
</node>
</node>
</oor:component-data>
---------------------------------------------------------------------
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]