summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2020-05-26 15:07:59 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-01 13:01:47 +0200
commit3a016cbb565e17a7d2fa7fe7cf892be79146caea (patch)
tree3d6d7424af9967045fe06d8d11ae3379ab7434c5 /i18npool
parent2506d8221dd940dfd93d3d7c183430ba6ba3089d (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> (cherry picked from commit 3bfae06d78df8d79a3216115dccd8885a10bf0b2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95242 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
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>