[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - i18npool/source

Eike Rathke erack at redhat.com
Wed Nov 20 01:36:23 PST 2013


 i18npool/source/localedata/data/en_CA.xml  |    3 +++
 i18npool/source/localedata/data/fr_CA.xml  |    3 +++
 i18npool/source/localedata/data/shs_CA.xml |    3 +++
 3 files changed, 9 insertions(+)

New commits:
commit 6809b7c573fee722de97197a6242e13b3bd94a08
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Nov 19 17:35:00 2013 +0100

    added date acceptance patterns to Canadian locales, fdo#71664
    
    Complete set is now Y-M-D;M-D;M/D/Y;M/D
    
    Change-Id: I42ed59fb325b391943608a10ded7ce74c80656e1
    (cherry picked from commit 2d8cac51c6d5205a27d90bd9237c8ed1e4b8deea)
    Reviewed-on: https://gerrit.libreoffice.org/6726
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/i18npool/source/localedata/data/en_CA.xml b/i18npool/source/localedata/data/en_CA.xml
index ebb3064..5321210 100644
--- a/i18npool/source/localedata/data/en_CA.xml
+++ b/i18npool/source/localedata/data/en_CA.xml
@@ -52,6 +52,9 @@
     <MeasurementSystem>metric</MeasurementSystem>
   </LC_CTYPE>
   <LC_FORMAT>
+    <DateAcceptancePattern>M-D</DateAcceptancePattern>
+    <DateAcceptancePattern>M/D/Y</DateAcceptancePattern>
+    <DateAcceptancePattern>M/D</DateAcceptancePattern>
     <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
       <FormatCode>General</FormatCode>
     </FormatElement>
diff --git a/i18npool/source/localedata/data/fr_CA.xml b/i18npool/source/localedata/data/fr_CA.xml
index b76c6e9..c98ec23 100644
--- a/i18npool/source/localedata/data/fr_CA.xml
+++ b/i18npool/source/localedata/data/fr_CA.xml
@@ -55,6 +55,9 @@
     <MeasurementSystem>metric</MeasurementSystem>
   </LC_CTYPE>
   <LC_FORMAT>
+    <DateAcceptancePattern>M-D</DateAcceptancePattern>
+    <DateAcceptancePattern>M/D/Y</DateAcceptancePattern>
+    <DateAcceptancePattern>M/D</DateAcceptancePattern>
     <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
       <FormatCode>Standard</FormatCode>
     </FormatElement>
diff --git a/i18npool/source/localedata/data/shs_CA.xml b/i18npool/source/localedata/data/shs_CA.xml
index baece18..dac14e7 100644
--- a/i18npool/source/localedata/data/shs_CA.xml
+++ b/i18npool/source/localedata/data/shs_CA.xml
@@ -52,6 +52,9 @@
     <MeasurementSystem>metric</MeasurementSystem>
   </LC_CTYPE>
   <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$$-648]">
+    <DateAcceptancePattern>M-D</DateAcceptancePattern>
+    <DateAcceptancePattern>M/D/Y</DateAcceptancePattern>
+    <DateAcceptancePattern>M/D</DateAcceptancePattern>
     <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
       <FormatCode>General</FormatCode>
     </FormatElement>


More information about the Libreoffice-commits mailing list