diff options
author | László Németh <nemeth@numbertext.org> | 2024-06-27 13:30:07 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-06-29 19:00:56 +0200 |
commit | 4c32cf7254b6a64f9f882d048b383f2ae67ccd08 (patch) | |
tree | 912833539b8204b445064762debf5300ab03bd23 /extras | |
parent | e3edd05c131c23dfabe0fc9494b0491467b24b95 (diff) |
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 <nemeth@numbertext.org>
(cherry picked from commit 7f593484a1f929663ec9ec7def76b63ec3a832b2)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169599
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/autocorr/lang/el/DocumentList.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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=".*σ'" 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="→"/> |