diff options
author | Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch> | 2020-03-10 15:49:17 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-03-25 22:38:23 +0100 |
commit | 6cd926f385d0cd2656ce69b3c2efbdc35ee7da44 (patch) | |
tree | 2de556730a082daeedb8dda87e220aa3c65164d0 /i18npool | |
parent | 3b87c1a4b01662d777f0e0a7853c199e462fbcd9 (diff) |
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>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/fr_CH.xml | 8 | ||||
-rw-r--r-- | i18npool/source/localedata/data/it_CH.xml | 8 |
2 files changed, 8 insertions, 8 deletions
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> |