diff options
author | Eike Rathke <erack@redhat.com> | 2016-05-17 22:34:23 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-05-17 22:47:16 +0200 |
commit | 6c98575877a64ca7afeb98c5d20e27ba47c14485 (patch) | |
tree | 4f4b0db33353cc41ad08f336675f37e4f73b4fc4 /i18npool | |
parent | 225411ebb572e4bb8b551509b37e20a529a91603 (diff) |
change Gaelic [gd-GB] QuotationStart to U+2019
Which is "’" RIGHT SINGLE QUOTATION MARK but due to Gaelic use of '
apostrophe as in a' d' the activated AutoCorrection in an otherwise
English context turns it into a typographic left single quotation mark,
which looks odd.
Per request of Michael Bauer of the l10n team.
Change-Id: If6b542636aad2a05b6f4b58f354b96becbf5f8dc
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/gd_GB.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/data/gd_GB.xml b/i18npool/source/localedata/data/gd_GB.xml index ae0d85440f6c..5a52ed0918a6 100644 --- a/i18npool/source/localedata/data/gd_GB.xml +++ b/i18npool/source/localedata/data/gd_GB.xml @@ -42,7 +42,7 @@ <LongDateYearSeparator> </LongDateYearSeparator> </Separators> <Markers> - <QuotationStart>‘</QuotationStart> + <QuotationStart>’</QuotationStart> <QuotationEnd>’</QuotationEnd> <DoubleQuotationStart>“</DoubleQuotationStart> <DoubleQuotationEnd>”</DoubleQuotationEnd> |