From 5ecc0cad3f0aeb1c7643fae7b414b1a2316ed59f Mon Sep 17 00:00:00 2001 From: László Németh Date: Tue, 24 Apr 2018 09:24:45 +0200 Subject: tdf#116387 Autocorrect greek character σ (sigma) to ς (final sigma) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit when at the end of a word (τελικό σίγμα), also add Autocorrect exceptions to common Greek abbreviations. Change-Id: Id6722594ab72a21aeec77daf7571d142eebf20e8 Reviewed-on: https://gerrit.libreoffice.org/53372 Tested-by: Jenkins Reviewed-by: László Németh --- extras/source/autocorr/lang/el/DocumentList.xml | 15 +++++++++++++++ extras/source/autocorr/lang/el/META-INF/manifest.xml | 8 ++++++++ .../source/autocorr/lang/el/SentenceExceptList.xml | 20 ++++++++++++++++++++ extras/source/autocorr/lang/el/WordExceptList.xml | 5 +++++ extras/source/autocorr/lang/el/mimetype | 0 5 files changed, 48 insertions(+) create mode 100644 extras/source/autocorr/lang/el/DocumentList.xml create mode 100644 extras/source/autocorr/lang/el/META-INF/manifest.xml create mode 100644 extras/source/autocorr/lang/el/SentenceExceptList.xml create mode 100644 extras/source/autocorr/lang/el/WordExceptList.xml create mode 100644 extras/source/autocorr/lang/el/mimetype (limited to 'extras/source') diff --git a/extras/source/autocorr/lang/el/DocumentList.xml b/extras/source/autocorr/lang/el/DocumentList.xml new file mode 100644 index 000000000000..f3f794f12ce8 --- /dev/null +++ b/extras/source/autocorr/lang/el/DocumentList.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/extras/source/autocorr/lang/el/META-INF/manifest.xml b/extras/source/autocorr/lang/el/META-INF/manifest.xml new file mode 100644 index 000000000000..a7d1e4726292 --- /dev/null +++ b/extras/source/autocorr/lang/el/META-INF/manifest.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/extras/source/autocorr/lang/el/SentenceExceptList.xml b/extras/source/autocorr/lang/el/SentenceExceptList.xml new file mode 100644 index 000000000000..caf288216b79 --- /dev/null +++ b/extras/source/autocorr/lang/el/SentenceExceptList.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/extras/source/autocorr/lang/el/WordExceptList.xml b/extras/source/autocorr/lang/el/WordExceptList.xml new file mode 100644 index 000000000000..4e61387d14f2 --- /dev/null +++ b/extras/source/autocorr/lang/el/WordExceptList.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/extras/source/autocorr/lang/el/mimetype b/extras/source/autocorr/lang/el/mimetype new file mode 100644 index 000000000000..e69de29bb2d1 -- cgit