Bugzilla – Attachment 158408 Details for
Bug 131153
Incorrect LongDateDaySeparator for fr_CH and it_CH
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix fr_CH
31b105356fec7ceb526a597b789e7bfaa14400f5.patch (text/plain), 2.20 KB, created by
Jean-Louis Fuchs
on 2020-03-05 12:28:00 UTC
(
hide
)
Description:
Fix fr_CH
Filename:
MIME Type:
Creator:
Jean-Louis Fuchs
Created:
2020-03-05 12:28:00 UTC
Size:
2.20 KB
patch
obsolete
>commit 31b105356fec7ceb526a597b789e7bfaa14400f5 >Author: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch> >Date: Thu Mar 5 13:25:20 2020 +0100 > > Fix LongDateDaySeparator for fr_CH > > According to localeplanet [1], in comparison to other software and people > living it the area, the LongDateDaySeparator '.' for fr_CH in LibreOffice > is not correct. It should be omitted. > > [1] http://www.localeplanet.com/icu/fr-CH/index.html > > This means the FormatElement index 22, 23, 24, 25, 26 should be the same > in fr_CH and fr_FR. > >diff --git a/i18npool/source/localedata/data/fr_CH.xml b/i18npool/source/localedata/data/fr_CH.xml >index a2a51fca38c1..79c87e651ba7 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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 131153
:
158406
|
158407
| 158408 |
158409