summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-02-09 12:59:51 +0100
committerEike Rathke <erack@redhat.com>2018-02-09 13:00:50 +0100
commit4b938c558d004537cf73ca4319019ff64f052270 (patch)
tree591add2b6e8ef86691584f6f3d2eecfdfa6b0e40 /i18npool
parent575a2b0e25eedd7c113c376f57980bc9ce2f3825 (diff)
Use angle quotation marks (Guillemets) for [*-CH], tdf#115493 related
Source: https://en.wikipedia.org/wiki/Quotation_mark#French https://de.wikipedia.org/wiki/Anf%C3%BChrungszeichen#Schweiz,_Liechtenstein,_Frankreich Change-Id: I015e8d68aecdc7c7ca3620105b7a2685648438d5
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/fr_CH.xml4
-rw-r--r--i18npool/source/localedata/data/it_CH.xml8
2 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/source/localedata/data/fr_CH.xml b/i18npool/source/localedata/data/fr_CH.xml
index a2a51fca38c1..69ad52687600 100644
--- a/i18npool/source/localedata/data/fr_CH.xml
+++ b/i18npool/source/localedata/data/fr_CH.xml
@@ -42,8 +42,8 @@
<LongDateYearSeparator> </LongDateYearSeparator>
</Separators>
<Markers>
- <QuotationStart>‘</QuotationStart>
- <QuotationEnd>’</QuotationEnd>
+ <QuotationStart>‹</QuotationStart>
+ <QuotationEnd>›</QuotationEnd>
<DoubleQuotationStart>«</DoubleQuotationStart>
<DoubleQuotationEnd>»</DoubleQuotationEnd>
</Markers>
diff --git a/i18npool/source/localedata/data/it_CH.xml b/i18npool/source/localedata/data/it_CH.xml
index aa19b9e2339d..aac62761fc0d 100644
--- a/i18npool/source/localedata/data/it_CH.xml
+++ b/i18npool/source/localedata/data/it_CH.xml
@@ -42,10 +42,10 @@
<LongDateYearSeparator> </LongDateYearSeparator>
</Separators>
<Markers>
- <QuotationStart>‘</QuotationStart>
- <QuotationEnd>’</QuotationEnd>
- <DoubleQuotationStart>“</DoubleQuotationStart>
- <DoubleQuotationEnd>”</DoubleQuotationEnd>
+ <QuotationStart>‹</QuotationStart>
+ <QuotationEnd>›</QuotationEnd>
+ <DoubleQuotationStart>«</DoubleQuotationStart>
+ <DoubleQuotationEnd>»</DoubleQuotationEnd>
</Markers>
<TimeAM>a.m.</TimeAM>
<TimePM>p.m.</TimePM>