diff options
author | László Németh <nemeth@numbertext.org> | 2024-06-27 14:22:43 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-06-27 23:07:29 +0200 |
commit | 8fc2fd284bca88d491ff5975a7110c188344976b (patch) | |
tree | c955aee55eb5c1e9004574ac8674faf40d42d06f /extras | |
parent | 1ac602f6ccd75f3b79d6c7a9d40e64677dd5741a (diff) |
tdf#92029 AutoCorrect: correct 's and 't in Dutch to apostrophe
“In Dutch (in Belgium as in the Netherlands), when you type "'s"
or "'t" in sentences like: "Ik ben 's morgens opgestaan", the
apostrophe is changed into an opening quote by the autocorrect
feature, which is incorrect and requires a manual correction.”
The bug reported with the suggested AutoCorrect extension
by Pierre François. The difference here is always to use the
de facto standard typographic apostrophe in the replacement.
Change-Id: I2ede612f72145abcca2bc1477ffae3cabc9e5641
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169645
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/autocorr/lang/nl-BE/DocumentList.xml | 4 | ||||
-rw-r--r-- | extras/source/autocorr/lang/nl/DocumentList.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/extras/source/autocorr/lang/nl-BE/DocumentList.xml b/extras/source/autocorr/lang/nl-BE/DocumentList.xml index aad43a2ac536..76521b3fc5b1 100644 --- a/extras/source/autocorr/lang/nl-BE/DocumentList.xml +++ b/extras/source/autocorr/lang/nl-BE/DocumentList.xml @@ -10,6 +10,10 @@ <block-list:block block-list:abbreviated-name="<--" block-list:name="←"/> <block-list:block block-list:abbreviated-name="<-->" block-list:name="↔"/> <block-list:block block-list:abbreviated-name="<->" block-list:name="↔"/> + <block-list:block block-list:abbreviated-name="'s" block-list:name="’s"/> + <block-list:block block-list:abbreviated-name="'t" block-list:name="’t"/> + <block-list:block block-list:abbreviated-name="‘s" block-list:name="’s"/> + <block-list:block block-list:abbreviated-name="‘t" block-list:name="’t"/> <block-list:block block-list:abbreviated-name="1/2" block-list:name="½"/> <block-list:block block-list:abbreviated-name="1/4" block-list:name="¼"/> <block-list:block block-list:abbreviated-name="3/4" block-list:name="¾"/> diff --git a/extras/source/autocorr/lang/nl/DocumentList.xml b/extras/source/autocorr/lang/nl/DocumentList.xml index b96d88166d7b..cea1f26bccca 100644 --- a/extras/source/autocorr/lang/nl/DocumentList.xml +++ b/extras/source/autocorr/lang/nl/DocumentList.xml @@ -10,6 +10,10 @@ <block-list:block block-list:abbreviated-name="<--" block-list:name="←"/> <block-list:block block-list:abbreviated-name="<-->" block-list:name="↔"/> <block-list:block block-list:abbreviated-name="<->" block-list:name="↔"/> + <block-list:block block-list:abbreviated-name="'s" block-list:name="’s"/> + <block-list:block block-list:abbreviated-name="'t" block-list:name="’t"/> + <block-list:block block-list:abbreviated-name="‘s" block-list:name="’s"/> + <block-list:block block-list:abbreviated-name="‘t" block-list:name="’t"/> <block-list:block block-list:abbreviated-name="aanrijken" block-list:name="aanreiken"/> <block-list:block block-list:abbreviated-name="abbonnee" block-list:name="abonnee"/> <block-list:block block-list:abbreviated-name="abbonnement" block-list:name="abonnement"/> |