To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116483
User erack changed the following:
What |Old value |New value
================================================================================
CC|'erack' |''
--------------------------------------------------------------------------------
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Issue type|TASK |ENHANCEMENT
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.4
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Sat Jan 29 23:28:39 +0000
2011 -------
sigh..
Warning: more than 1 character (2) in DateSeparator / not supported by
application.
Warning: more than 1 character (2) in ThousandSeparator , not supported by
application.
Warning: more than 1 character (2) in DecimalSeparator . not supported by
application.
Warning: more than 1 character (2) in TimeSeparator : not supported by
application.
Warning: more than 1 character (2) in Time100SecSeparator : not supported by
application.
Warning: Time100SecSeparator equals TimeSeparator, this is probably an error.
Warning: Time100SecSeparator is different from DecimalSeparator, this may be
correct or not. Intended?
Warning: Don't forget to adapt corresponding FormatCode elements when changing
separators.
Error: DecimalSeparator not present in FormatCode formatindex="4".
Error: ThousandSeparator not present in FormatCode formatindex="4".
Warning: formatindex="4","44","45" are the only FormatCode elements checked for
separator usage, there may be others that have errors.
Warning: FormatCode formatindex="12" for currency uses parentheses for negative
amounts, which probably is not correct for locales not based on en_US.
Warning: FormatCode formatindex="13" for currency uses parentheses for negative
amounts, which probably is not correct for locales not based on en_US.
Warning: FormatCode formatindex="14" for currency uses parentheses for negative
amounts, which probably is not correct for locales not based on en_US.
Warning: FormatCode formatindex="15" for currency uses parentheses for negative
amounts, which probably is not correct for locales not based on en_US.
Warning: FormatCode formatindex="17" for currency uses parentheses for negative
amounts, which probably is not correct for locales not based on en_US.
Error: TimeSeparator not present in FormatCode formatindex="44".
Error: Time100SecSeparator not present in FormatCode formatindex="44".
Error: Time100SecSeparator+00 not present in FormatCode formatindex="44".
Warning: formatindex="4","44","45" are the only FormatCode elements checked for
separator usage, there may be others that have errors.
Error: TimeSeparator not present in FormatCode formatindex="45".
Error: Time100SecSeparator not present in FormatCode formatindex="45".
Error: Time100SecSeparator+00 not present in FormatCode formatindex="45".
Warning: formatindex="4","44","45" are the only FormatCode elements checked for
separator usage, there may be others that have errors.
Ok.. here's what I did:
* Changed
* DateSeparator to '/' without trailing space.
* ThousandSeparator to ',' without trailing space.
* DecimalSeparator to '.' without trailing space.
* TimeSeparator to ':' without trailing space.
* Time100SecSeparator to '.' (same as DecimalSeparator) without trailing
space.
* These are the separators also actually used in the format codes.
* Changed the currency formats using parentheses
<FormatCode>[CURRENCY]#,##0.00;([CURRENCY]#,##0.00)</FormatCode>
to ones using minus sign instead
<FormatCode>[CURRENCY]#,##0.00;-[CURRENCY]#,##0.00</FormatCode>
* Changed
* LongDateDayOfWeekSeparator from '/ ' to ', ' as that is what is used in
the date format codes.
* LongDateDaySeparator from '/ ' to ', ' as that is what is used in
the date format codes.
* LongDateMonthSeparator from '/ ' to ' ' as that is what is used in
the date format codes.
* LongDateYearSeparator from '/ ' to ' ' for consistency.
* Changed
<FormatElement msgid="DateFormatskey12" default="false" type="short"
usage="DATE" formatindex="31">
<FormatCode>MM/DD</FormatCode>
to
<FormatCode>DD/MM</FormatCode>
as that was the only format in M/D order, all others are in D/M/Y order.
* Finally removed _US country designator as the data does not describe US
conventions. As a constructed language Lojban is treated similar to
Esperanto and Interlingua, without an assigned default country.
In cws locales34:
changeset 44511c64081e
http://hg.services.openoffice.org/cws/locales34/changeset/44511c64081e
M i18npool/source/localedata/data/localedata_others.map
M i18npool/source/localedata/data/makefile.mk
M i18npool/source/localedata/localedata.cxx
A i18npool/source/localedata/data/jbo.xml
You can observe the progress and possible integration date of CWS locales34 at
http://tools.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Flocales34
---------------------------------------------------------------------
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]