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 <erack@redhat.com>
This commit is contained in:
parent
3b87c1a4b0
commit
6cd926f385
2 changed files with 8 additions and 8 deletions
|
@ -37,7 +37,7 @@
|
||||||
<Time100SecSeparator>.</Time100SecSeparator>
|
<Time100SecSeparator>.</Time100SecSeparator>
|
||||||
<ListSeparator>;</ListSeparator>
|
<ListSeparator>;</ListSeparator>
|
||||||
<LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
|
<LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
|
||||||
<LongDateDaySeparator>. </LongDateDaySeparator>
|
<LongDateDaySeparator> </LongDateDaySeparator>
|
||||||
<LongDateMonthSeparator> </LongDateMonthSeparator>
|
<LongDateMonthSeparator> </LongDateMonthSeparator>
|
||||||
<LongDateYearSeparator> </LongDateYearSeparator>
|
<LongDateYearSeparator> </LongDateYearSeparator>
|
||||||
</Separators>
|
</Separators>
|
||||||
|
@ -118,16 +118,16 @@
|
||||||
<FormatCode>JJ.MM.AAAA</FormatCode>
|
<FormatCode>JJ.MM.AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey10" default="false" type="long" usage="DATE" formatindex="22">
|
<FormatElement msgid="DateFormatskey10" default="false" type="long" usage="DATE" formatindex="22">
|
||||||
<FormatCode>J. MMM AA</FormatCode>
|
<FormatCode>J MMM AA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey11" default="false" type="long" usage="DATE" formatindex="23">
|
<FormatElement msgid="DateFormatskey11" default="false" type="long" usage="DATE" formatindex="23">
|
||||||
<FormatCode>J. MMM AAAA</FormatCode>
|
<FormatCode>J MMM AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey16" default="false" type="long" usage="DATE" formatindex="24">
|
<FormatElement msgid="DateFormatskey16" default="false" type="long" usage="DATE" formatindex="24">
|
||||||
<FormatCode>J. MMM AAAA</FormatCode>
|
<FormatCode>J. MMM AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey12" default="false" type="long" usage="DATE" formatindex="25">
|
<FormatElement msgid="DateFormatskey12" default="false" type="long" usage="DATE" formatindex="25">
|
||||||
<FormatCode>J. MMMM AAAA</FormatCode>
|
<FormatCode>J MMMM AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey17" default="false" type="long" usage="DATE" formatindex="26">
|
<FormatElement msgid="DateFormatskey17" default="false" type="long" usage="DATE" formatindex="26">
|
||||||
<FormatCode>J. MMMM AAAA</FormatCode>
|
<FormatCode>J. MMMM AAAA</FormatCode>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<Time100SecSeparator>.</Time100SecSeparator>
|
<Time100SecSeparator>.</Time100SecSeparator>
|
||||||
<ListSeparator>;</ListSeparator>
|
<ListSeparator>;</ListSeparator>
|
||||||
<LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
|
<LongDateDayOfWeekSeparator>, </LongDateDayOfWeekSeparator>
|
||||||
<LongDateDaySeparator>. </LongDateDaySeparator>
|
<LongDateDaySeparator> </LongDateDaySeparator>
|
||||||
<LongDateMonthSeparator> </LongDateMonthSeparator>
|
<LongDateMonthSeparator> </LongDateMonthSeparator>
|
||||||
<LongDateYearSeparator> </LongDateYearSeparator>
|
<LongDateYearSeparator> </LongDateYearSeparator>
|
||||||
</Separators>
|
</Separators>
|
||||||
|
@ -117,16 +117,16 @@
|
||||||
<FormatCode>GG.MM.AAAA</FormatCode>
|
<FormatCode>GG.MM.AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey10" default="false" type="long" usage="DATE" formatindex="22">
|
<FormatElement msgid="DateFormatskey10" default="false" type="long" usage="DATE" formatindex="22">
|
||||||
<FormatCode>G. MMM AA</FormatCode>
|
<FormatCode>G MMM AA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey11" default="false" type="long" usage="DATE" formatindex="23">
|
<FormatElement msgid="DateFormatskey11" default="false" type="long" usage="DATE" formatindex="23">
|
||||||
<FormatCode>G. MMM AAAA</FormatCode>
|
<FormatCode>G MMM AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey16" default="false" type="long" usage="DATE" formatindex="24">
|
<FormatElement msgid="DateFormatskey16" default="false" type="long" usage="DATE" formatindex="24">
|
||||||
<FormatCode>G. MMM. AAAA</FormatCode>
|
<FormatCode>G. MMM. AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey12" default="false" type="long" usage="DATE" formatindex="25">
|
<FormatElement msgid="DateFormatskey12" default="false" type="long" usage="DATE" formatindex="25">
|
||||||
<FormatCode>G. MMMM AAAA</FormatCode>
|
<FormatCode>G MMMM AAAA</FormatCode>
|
||||||
</FormatElement>
|
</FormatElement>
|
||||||
<FormatElement msgid="DateFormatskey17" default="false" type="long" usage="DATE" formatindex="26">
|
<FormatElement msgid="DateFormatskey17" default="false" type="long" usage="DATE" formatindex="26">
|
||||||
<FormatCode>G. MMMM AAAA</FormatCode>
|
<FormatCode>G. MMMM AAAA</FormatCode>
|
||||||
|
|
Loading…
Reference in a new issue