[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - i18npool/source
Eike Rathke
erack at redhat.com
Tue Feb 27 18:47:30 UTC 2018
i18npool/source/localedata/data/fr_CH.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b9910e87de4eea1cb3684bb7af8e58d681cbe809
Author: Eike Rathke <erack at redhat.com>
Date: Tue Feb 27 18:38:45 2018 +0100
Resolves: tdf#116062 revert [fr-CH] to use previous single quote characters
Even if that's not what should be used.. see sources in
commit 4b938c558d004537cf73ca4319019ff64f052270
Date: Fri Feb 9 12:59:51 2018 +0100
Use angle quotation marks (Guillemets) for [*-CH], tdf#115493 related
Change-Id: I733bc767ff4484c251f8624f90a5295875bf17ea
(cherry picked from commit 0808618e0df0fab4479917e588c096bc8770c6c5)
Reviewed-on: https://gerrit.libreoffice.org/50459
Reviewed-by: Laurent BP <laurent.balland-poirier at laposte.net>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/i18npool/source/localedata/data/fr_CH.xml b/i18npool/source/localedata/data/fr_CH.xml
index 69ad52687600..a2a51fca38c1 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>
More information about the Libreoffice-commits
mailing list