diff options
| author | Eike Rathke <erack@redhat.com> | 2018-02-27 18:38:45 +0100 | 
|---|---|---|
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-02-27 19:47:08 +0100 | 
| commit | b9910e87de4eea1cb3684bb7af8e58d681cbe809 (patch) | |
| tree | ed4a90ebd9b1552690f43ee5c3bc237d57b0977f | |
| parent | efadc8becb2376e54839a7823560811063fb2f48 (diff) | |
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@laposte.net>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
| -rw-r--r-- | i18npool/source/localedata/data/fr_CH.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
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>  | 
