diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-28 16:47:12 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-06-29 19:00:56 +0200 |
commit | 643e70346047d384ebf2dfbd3b629d14a0d1ac82 (patch) | |
tree | fe60fb7dc31ef66a0320f6aa47b9206c0887514e /extras | |
parent | 4fdac624e59e40b3cb9456d942ed5b8035a91f14 (diff) |
tdf#158051: fix *σ’ -> σ’
While writting a test for 7f593484a1f929663ec9ec7def76b63ec3a832b2
"tdf#158051 AutoCorrect: don't apply final sigma before apostrophe"
I realized the added rules where *σ’ -> ς’ ( which was the old behavior
)
instead of *σ’ -> σ’
Change-Id: Ibff92e74da3d353ba715025b244b614b7fb8f9fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169717
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: Jenkins
(cherry picked from commit 6c949328650ccc8eeb149631a6368692dc08a309)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169732
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/autocorr/lang/el/DocumentList.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/source/autocorr/lang/el/DocumentList.xml b/extras/source/autocorr/lang/el/DocumentList.xml index 1d9bbeb7efae..3668f00dd9d0 100644 --- a/extras/source/autocorr/lang/el/DocumentList.xml +++ b/extras/source/autocorr/lang/el/DocumentList.xml @@ -1,7 +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=".*σ'" 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=".*σ’" 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=".*->.*" block-list:name="→"/> |