[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - i18npool/source
Eike Rathke
erack at redhat.com
Fri Feb 9 14:14:12 UTC 2018
i18npool/source/localedata/data/de_CH.xml | 8 ++++----
i18npool/source/localedata/data/fr_CH.xml | 4 ++--
i18npool/source/localedata/data/it_CH.xml | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
New commits:
commit 03d6a29d34e1c4e72ffa49ec3259eaf4059d9c60
Author: Eike Rathke <erack at redhat.com>
Date: Fri Feb 9 12:40:47 2018 +0100
Resolves: tdf#105837 use angle quotation marks (Guillemets) for [*-CH]
This is a combination of 2 commits.
Resolves: tdf#105837 use angle quotation marks (Guillemets) for [de-CH]
Source:
https://en.wikipedia.org/wiki/Quotation_mark#German
https://de.wikipedia.org/wiki/Anf%C3%BChrungszeichen#Schweiz,_Liechtenstein,_Frankreich
(cherry picked from commit 2ebb38dd36022d5d61bfb9fc3edfbf460153e1ff)
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
(cherry picked from commit 4b938c558d004537cf73ca4319019ff64f052270)
015e8d68aecdc7c7ca3620105b7a2685648438d5
Change-Id: I9aa13eb610b39d1443acb0d2993a3e6f3e68a12e
Reviewed-on: https://gerrit.libreoffice.org/49489
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/i18npool/source/localedata/data/de_CH.xml b/i18npool/source/localedata/data/de_CH.xml
index 5b2ac1f8e9c7..e76dc2027377 100644
--- a/i18npool/source/localedata/data/de_CH.xml
+++ b/i18npool/source/localedata/data/de_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>vorm.</TimeAM>
<TimePM>nachm.</TimePM>
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>
More information about the Libreoffice-commits
mailing list