[Libreoffice-commits] .: 2 commits - i18npool/source offapi/com
Eike Rathke
erack at kemper.freedesktop.org
Thu Jan 19 14:28:59 PST 2012
i18npool/source/localedata/data/kab_DZ.xml | 1 +
offapi/com/sun/star/i18n/NumberFormatIndex.idl | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
New commits:
commit bffecae79a79feec906f55f25d0d563915d64c6e
Author: Eike Rathke <erack at redhat.com>
Date: Thu Jan 19 23:27:34 2012 +0100
added [kab-DZ] date acceptance pattern "D/M"
diff --git a/i18npool/source/localedata/data/kab_DZ.xml b/i18npool/source/localedata/data/kab_DZ.xml
index ad39e6d..3e80f5d 100644
--- a/i18npool/source/localedata/data/kab_DZ.xml
+++ b/i18npool/source/localedata/data/kab_DZ.xml
@@ -35,6 +35,7 @@
<MeasurementSystem>metric</MeasurementSystem>
</LC_CTYPE>
<LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$DA-85F]">
+ <DateAcceptancePattern>D/M</DateAcceptancePattern>
<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
<FormatCode>General</FormatCode>
</FormatElement>
commit 6f607469e97d6d6aeba99b5fcad264c40b47fd2e
Author: Eike Rathke <erack at redhat.com>
Date: Thu Jan 19 23:22:02 2012 +0100
minor corrections in comments
diff --git a/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
index c7105b0..708b2d4 100644
--- a/offapi/com/sun/star/i18n/NumberFormatIndex.idl
+++ b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module i18n {
<b>MUST</b> support some predefined format codes. These predefined
format codes are accessed through indices as the following, and
the locale data format code definitions in
- i18npool\source\localedata\data\*.xml <b>MUST</b> have matching
+ i18npool/source/localedata/data/*.xml <b>MUST</b> have matching
entries in the form <br/>
<code><FormatElement formatindex="0"></code> <br/>
@@ -65,7 +65,7 @@ module com { module sun { module star { module i18n {
<p> Date formats may have a comment of DIN/EN/ISO, meaning
<ul>
- <li> DIN 5008 (Deutsche Industrie Norm) </li>
+ <li> DIN 5008 (Deutsches Institut für Normung, formerly Deutsche Industrie-Norm) </li>
<li> EN 28601 (European Norm) </li>
<li> ISO 8601 (International Standards Organization) </li>
</ul>
@@ -198,7 +198,7 @@ published constants NumberFormatIndex
const short DATE_SYS_NNNNDMMMMYYYY = DATE_START+12;
/// 10-08 <br/> DIN/EN
const short DATE_DIN_MMDD = DATE_START+13;
- /// 97-10-08 <br/> DIN/EN/ISO
+ /// 97-10-08 <br/> DIN/EN
const short DATE_DIN_YYMMDD = DATE_START+14;
/// 1997-10-08 <br/> DIN/EN/ISO
const short DATE_DIN_YYYYMMDD = DATE_START+15;
More information about the Libreoffice-commits
mailing list