Bugzilla – Attachment 158409 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 it_CH
0280c58d22dfb77614c7f0c4217bcf3696cd0a94.patch (text/plain), 2.21 KB, created by
Jean-Louis Fuchs
on 2020-03-05 12:28:31 UTC
(
hide
)
Description:
Fix it_CH
Filename:
MIME Type:
Creator:
Jean-Louis Fuchs
Created:
2020-03-05 12:28:31 UTC
Size:
2.21 KB
patch
obsolete
>commit 0280c58d22dfb77614c7f0c4217bcf3696cd0a94 >Author: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch> >Date: Wed Mar 4 21:42:20 2020 +0100 > > Fix LongDateDaySeparator for it_CH > > According to localeplanet [1], in comparison to other software and people > living it the area, the LongDateDaySeparator '.' for it_CH in LibreOffice > is not correct. It should be omitted. > > [1] http://www.localeplanet.com/icu/it-CH/index.html > > This means the FormatElement index 22, 23, 24, 25, 26 should be the same > in it_CH and it_IT. > >diff --git a/i18npool/source/localedata/data/it_CH.xml b/i18npool/source/localedata/data/it_CH.xml >index aac62761fc0d..efbe66cd035c 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>
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