diff options
author | Eike Rathke <erack@redhat.com> | 2013-11-06 12:37:25 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-06 12:42:07 +0100 |
commit | 3476768dc52dac9ed10a204ffcf000cd042d8993 (patch) | |
tree | ac6bcfd098a43630198b0da42e1b1f3ba79c09a1 /i18npool | |
parent | 3f1a0a006810f7c9dbd270c7767cf331b1c901f5 (diff) |
corrected Time100SecSeparator and quotation marks, fdo#71243
Change-Id: I86fc8a6e7a1b09f54a20db55b6079d945fdb7338
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/fr_BF.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/i18npool/source/localedata/data/fr_BF.xml b/i18npool/source/localedata/data/fr_BF.xml index 44d9335eefdb..6319e6b78abd 100644 --- a/i18npool/source/localedata/data/fr_BF.xml +++ b/i18npool/source/localedata/data/fr_BF.xml @@ -25,7 +25,7 @@ <ThousandSeparator> </ThousandSeparator> <DecimalSeparator>,</DecimalSeparator> <TimeSeparator>:</TimeSeparator> - <Time100SecSeparator>.</Time100SecSeparator> + <Time100SecSeparator>,</Time100SecSeparator> <ListSeparator>;</ListSeparator> <LongDateDayOfWeekSeparator> </LongDateDayOfWeekSeparator> <LongDateDaySeparator> </LongDateDaySeparator> @@ -33,10 +33,10 @@ <LongDateYearSeparator> </LongDateYearSeparator> </Separators> <Markers> - <QuotationStart>«</QuotationStart> - <QuotationEnd>»</QuotationEnd> - <DoubleQuotationStart>„</DoubleQuotationStart> - <DoubleQuotationEnd>”</DoubleQuotationEnd> + <QuotationStart>‘</QuotationStart> + <QuotationEnd>’</QuotationEnd> + <DoubleQuotationStart>«</DoubleQuotationStart> + <DoubleQuotationEnd>»</DoubleQuotationEnd> </Markers> <TimeAM>am</TimeAM> <TimePM>pm</TimePM> @@ -175,10 +175,10 @@ <FormatCode>[HH]:MM:SS</FormatCode> </FormatElement> <FormatElement msgid="TimeFormatskey6" default="false" type="short" usage="TIME" formatindex="44"> - <FormatCode>MM:SS.00</FormatCode> + <FormatCode>MM:SS,00</FormatCode> </FormatElement> <FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45"> - <FormatCode>[HH]:MM:SS.00</FormatCode> + <FormatCode>[HH]:MM:SS,00</FormatCode> </FormatElement> <FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" usage="DATE_TIME" formatindex="46"> <FormatCode>DD/MM/YY HH:MM</FormatCode> |