diff options
author | Joan Montane <joan@montane.cat> | 2014-04-09 12:19:57 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-04-09 19:43:45 +0000 |
commit | 4c2b6adc526021e485a1264e042f3364813a30df (patch) | |
tree | 95953effcbc6278e19c6bd3caf3026e2e48ca662 | |
parent | 36a46222a5f781e3879de908377c914c8912bd6b (diff) |
Related: fdo#73544 change double quotation characters
Change-Id: I1603dfad68261c917532f88397305eef57356da6
(cherry picked from commit 20fb1bfc72e626251b435bcff2339e1e425c7130)
Reviewed-on: https://gerrit.libreoffice.org/8911
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r-- | i18npool/source/localedata/data/ca_ES.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/ca_ES.xml b/i18npool/source/localedata/data/ca_ES.xml index 8dc324056a52..998ccd51c6b7 100644 --- a/i18npool/source/localedata/data/ca_ES.xml +++ b/i18npool/source/localedata/data/ca_ES.xml @@ -44,8 +44,8 @@ <Markers> <QuotationStart>‘</QuotationStart> <QuotationEnd>’</QuotationEnd> - <DoubleQuotationStart>“</DoubleQuotationStart> - <DoubleQuotationEnd>”</DoubleQuotationEnd> + <DoubleQuotationStart>«</DoubleQuotationStart> + <DoubleQuotationEnd>»</DoubleQuotationEnd> </Markers> <TimeAM>AM</TimeAM> <TimePM>PM</TimePM> |