[Libreoffice-commits] .: Branch 'libreoffice-3-6' - i18npool/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 08:41:52 PST 2012


 i18npool/source/localedata/data/no_NO.xml |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 12281897cc5fa72357b6bce16d18d0356c7213d5
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Dec 10 14:29:03 2012 +0100

    fdo#52240 added [no-NO] date acceptance patterns D.M;D/M/Y;D/M;D/M Y
    
    Also referenced by nb-NO and ny-NO
    Changes as per http://erack.org/blog/archives/18-comments.html#c351
    
    Change-Id: I9e07f4307800e99fdff21bccde91af4178b244f3
    (cherry picked from commit 638993d9b80b3793dfd31db0dacba3746ceb98fd)
    Reviewed-on: https://gerrit.libreoffice.org/1287
    Reviewed-by: Kohei Yoshida <kohei.yoshida at gmail.com>
    Tested-by: Kohei Yoshida <kohei.yoshida at gmail.com>

diff --git a/i18npool/source/localedata/data/no_NO.xml b/i18npool/source/localedata/data/no_NO.xml
index 2c01a21..beaf7a7 100644
--- a/i18npool/source/localedata/data/no_NO.xml
+++ b/i18npool/source/localedata/data/no_NO.xml
@@ -35,6 +35,10 @@
     <MeasurementSystem>Metric</MeasurementSystem>
   </LC_CTYPE>
   <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$kr-14]">
+    <DateAcceptancePattern>D.M</DateAcceptancePattern>
+    <DateAcceptancePattern>D/M/Y</DateAcceptancePattern>
+    <DateAcceptancePattern>D/M</DateAcceptancePattern>
+    <DateAcceptancePattern>D/M Y</DateAcceptancePattern>
     <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
       <FormatCode>DD.MM.YY</FormatCode>
     </FormatElement>


More information about the Libreoffice-commits mailing list