diff options
author | Eike Rathke <erack@redhat.com> | 2019-08-14 20:34:58 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-08-14 22:49:34 +0200 |
commit | 21bffad6bc108f3dc5eee608bf702412a5fcb530 (patch) | |
tree | 3eb981d9ded7998da2da829019561d708d9161ac /i18npool | |
parent | b34472226495b35707d7df3c71bb8dbc3d11d6b8 (diff) |
Resolves: tdf#124108 localized quotation marks for [fr-BF] and derived
Inherited by
fr_BJ
fr_CI
fr_ML
fr_NE
fr_SN
fr_TG
Change-Id: Ic47345fedd0792db213e6584f581ce63b8c5439b
Reviewed-on: https://gerrit.libreoffice.org/77470
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/fr_BF.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/fr_BF.xml b/i18npool/source/localedata/data/fr_BF.xml index 0a7ee39fd750..c442a93ceea7 100644 --- a/i18npool/source/localedata/data/fr_BF.xml +++ b/i18npool/source/localedata/data/fr_BF.xml @@ -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> |