extras/source/autocorr/lang/nl-BE/DocumentList.xml |    4 ++++
 extras/source/autocorr/lang/nl/DocumentList.xml    |    4 ++++
 2 files changed, 8 insertions(+)

New commits:
commit 8fc2fd284bca88d491ff5975a7110c188344976b
Author:     László Németh <nem...@numbertext.org>
AuthorDate: Thu Jun 27 14:22:43 2024 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Jun 27 23:07:29 2024 +0200

    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 <fit...@ubuntu.com>

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="&lt;--" block-list:name="←"/>
   <block-list:block block-list:abbreviated-name="&lt;--&gt;" 
block-list:name="↔"/>
   <block-list:block block-list:abbreviated-name="&lt;-&gt;" 
block-list:name="↔"/>
+  <block-list:block block-list:abbreviated-name="&apos;s" 
block-list:name="’s"/>
+  <block-list:block block-list:abbreviated-name="&apos;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="&lt;--" block-list:name="←"/>
   <block-list:block block-list:abbreviated-name="&lt;--&gt;" 
block-list:name="↔"/>
   <block-list:block block-list:abbreviated-name="&lt;-&gt;" 
block-list:name="↔"/>
+  <block-list:block block-list:abbreviated-name="&apos;s" 
block-list:name="’s"/>
+  <block-list:block block-list:abbreviated-name="&apos;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"/>

Reply via email to