extras/source/autocorr/lang/el/DocumentList.xml |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0309281387afb43c7f57709ad18f38e01c70edbc
Author:     László Németh <nem...@numbertext.org>
AuthorDate: Thu Jun 27 13:30:07 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Fri Jun 28 10:11:06 2024 +0200

    tdf#158051 AutoCorrect: don't apply final sigma before apostrophe
    
    Don't change Greek sigma with final sigma, if the sigma is
    followed by an apostrophe, which means removed word part (vowel)
    here.
    
    Follow-up to commit 5ecc0cad3f0aeb1c7643fae7b414b1a2316ed59f
    "tdf#116387 Autocorrect greek character σ (sigma) to ς (final sigma)".
    
    Change-Id: I6b7045502c04993cbad92f21f96ca5799abd1fd5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169637
    Tested-by: Jenkins
    Reviewed-by: László Németh <nem...@numbertext.org>
    (cherry picked from commit 7f593484a1f929663ec9ec7def76b63ec3a832b2)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169599
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/extras/source/autocorr/lang/el/DocumentList.xml 
b/extras/source/autocorr/lang/el/DocumentList.xml
index 1cc23c2b3132..1d9bbeb7efae 100644
--- a/extras/source/autocorr/lang/el/DocumentList.xml
+++ b/extras/source/autocorr/lang/el/DocumentList.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <block-list:block-list 
xmlns:block-list="http://openoffice.org/2001/block-list";>
+  <block-list:block block-list:abbreviated-name=".*σ&apos;" 
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="--&gt;" block-list:name="→"/>
   <block-list:block block-list:abbreviated-name=".*-&gt;.*" 
block-list:name="→"/>

Reply via email to