i18npool/source/localedata/data/fr_CH.xml |    8 ++++----
 i18npool/source/localedata/data/it_CH.xml |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 6cd926f385d0cd2656ce69b3c2efbdc35ee7da44
Author:     Jean-Louis Fuchs <jean-louis.fu...@adfinis-sygroup.ch>
AuthorDate: Tue Mar 10 15:49:17 2020 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Wed Mar 25 22:38:23 2020 +0100

    tdf#131153 Correct LongDateDaySeparator for fr_CH and it_CH
    
    According to localeplanet [1] [2], in comparison to other software and 
people
    living it these areas, the LongDateDaySeparator '.' for fr_CH and it_CH in
    LibreOffice is not correct. It should be omitted.
    
    [1] http://www.localeplanet.com/icu/it-CH/index.html
    [2] http://www.localeplanet.com/icu/fr-CH/index.html
    
    This means for the FormatElement index 22, 23, 24, 25, 26 should be the 
same in
    fr_CH/fr_FR and it_CH/it_IT.
    
    Change-Id: Ief4de0d8728c7a3bbcfac7f6200f37f2d2c647aa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90427
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <er...@redhat.com>

diff --git a/i18npool/source/localedata/data/fr_CH.xml 
b/i18npool/source/localedata/data/fr_CH.xml
index d6c0ac34b024..563e9a2aebd7 100644
--- a/i18npool/source/localedata/data/fr_CH.xml
+++ b/i18npool/source/localedata/data/fr_CH.xml
@@ -37,7 +37,7 @@
       <Time100SecSeparator>.</Time100SecSeparator>
       <ListSeparator>;</ListSeparator>
       <LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
-      <LongDateDaySeparator>. </LongDateDaySeparator>
+      <LongDateDaySeparator> </LongDateDaySeparator>
       <LongDateMonthSeparator> </LongDateMonthSeparator>
       <LongDateYearSeparator> </LongDateYearSeparator>
     </Separators>
@@ -118,16 +118,16 @@
       <FormatCode>JJ.MM.AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey10" default="false" type="long" 
usage="DATE" formatindex="22">
-      <FormatCode>J. MMM AA</FormatCode>
+      <FormatCode>J MMM AA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey11" default="false" type="long" 
usage="DATE" formatindex="23">
-      <FormatCode>J. MMM AAAA</FormatCode>
+      <FormatCode>J MMM AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey16" default="false" type="long" 
usage="DATE" formatindex="24">
       <FormatCode>J. MMM AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey12" default="false" type="long" 
usage="DATE" formatindex="25">
-      <FormatCode>J. MMMM AAAA</FormatCode>
+      <FormatCode>J MMMM AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey17" default="false" type="long" 
usage="DATE" formatindex="26">
       <FormatCode>J. MMMM AAAA</FormatCode>
diff --git a/i18npool/source/localedata/data/it_CH.xml 
b/i18npool/source/localedata/data/it_CH.xml
index 2da786dd4201..84dc7c09a7c2 100644
--- a/i18npool/source/localedata/data/it_CH.xml
+++ b/i18npool/source/localedata/data/it_CH.xml
@@ -37,7 +37,7 @@
       <Time100SecSeparator>.</Time100SecSeparator>
       <ListSeparator>;</ListSeparator>
       <LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
-      <LongDateDaySeparator>. </LongDateDaySeparator>
+      <LongDateDaySeparator> </LongDateDaySeparator>
       <LongDateMonthSeparator> </LongDateMonthSeparator>
       <LongDateYearSeparator> </LongDateYearSeparator>
     </Separators>
@@ -117,16 +117,16 @@
       <FormatCode>GG.MM.AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey10" default="false" type="long" 
usage="DATE" formatindex="22">
-      <FormatCode>G. MMM AA</FormatCode>
+      <FormatCode>G MMM AA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey11" default="false" type="long" 
usage="DATE" formatindex="23">
-      <FormatCode>G. MMM AAAA</FormatCode>
+      <FormatCode>G MMM AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey16" default="false" type="long" 
usage="DATE" formatindex="24">
       <FormatCode>G. MMM. AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey12" default="false" type="long" 
usage="DATE" formatindex="25">
-      <FormatCode>G. MMMM AAAA</FormatCode>
+      <FormatCode>G MMMM AAAA</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey17" default="false" type="long" 
usage="DATE" formatindex="26">
       <FormatCode>G. MMMM AAAA</FormatCode>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to