summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2020-05-26 15:07:59 +0200
committerLászló Németh <nemeth@numbertext.org>2020-05-31 23:11:23 +0200
commit3bfae06d78df8d79a3216115dccd8885a10bf0b2 (patch)
tree7621ceddd5e7e7e34a125049e9473f0c5468b235 /i18npool
parenta97e344ba06b92e5f1fc96062a5ad03fb732615e (diff)
tdf#115382 AutoCorrect: fix Hungarian apostrophe usage
Single Quotes AutoCorrect, i.e. pressing Ctrl + ' will insert typographic apostrophes (third level Hungarian quoation marks) instead of » and «, like MSO does. This reverts commit 0d0c13bfbdff85a18433aee6e94558689f0cb722 (tdf#115382 Hungarian autocorrect: help apostrophe usage), too. See also commit b9910e87de4eea1cb3684bb7af8e58d681cbe809 (Resolves: tdf#116062 revert [fr-CH] to use previous single quote characters) Change-Id: I9ff5cb9a55699c253b6a57589186caa7caa170a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95210 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/hu_HU.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/hu_HU.xml b/i18npool/source/localedata/data/hu_HU.xml
index fcab23dd3646..29b8068e23cd 100644
--- a/i18npool/source/localedata/data/hu_HU.xml
+++ b/i18npool/source/localedata/data/hu_HU.xml
@@ -42,8 +42,8 @@
<LongDateYearSeparator>.</LongDateYearSeparator>
</Separators>
<Markers>
- <QuotationStart>»</QuotationStart>
- <QuotationEnd>«</QuotationEnd>
+ <QuotationStart>’</QuotationStart>
+ <QuotationEnd>’</QuotationEnd>
<DoubleQuotationStart>„</DoubleQuotationStart>
<DoubleQuotationEnd>”</DoubleQuotationEnd>
</Markers>