From 2d44b1ee54ca2ac531debc1680156aecbc012976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rgvin=20Ragnarsson?= Date: Sun, 12 May 2013 04:43:28 +0200 Subject: [PATCH] Add Icelandic autocorrection support, Only SentenceExceptList.xml for now. List of abbreviations is from https://is.wiktionary.org/wiki/Flokkur:%C3%8Dslenskar_skammstafanir Change-Id: Icaf8f611d0ceb46774e580ac1e8c3a57e786c28b Reviewed-on: https://gerrit.libreoffice.org/3862 Reviewed-by: David Tardon Tested-by: David Tardon --- extras/CustomTarget_autocorr.mk | 4 + extras/Package_autocorr.mk | 1 + .../lang/is/acor/META-INF/manifest.xml | 6 + .../lang/is/acor/SentenceExceptList.xml | 151 ++++++++++++++++++ extras/source/autotext/lang/is/acor/mimetype | 0 5 files changed, 162 insertions(+) create mode 100644 extras/source/autotext/lang/is/acor/META-INF/manifest.xml create mode 100644 extras/source/autotext/lang/is/acor/SentenceExceptList.xml create mode 100644 extras/source/autotext/lang/is/acor/mimetype diff --git a/extras/CustomTarget_autocorr.mk b/extras/CustomTarget_autocorr.mk index ea2838d927c2..5af506e57c8d 100644 --- a/extras/CustomTarget_autocorr.mk +++ b/extras/CustomTarget_autocorr.mk @@ -27,6 +27,7 @@ extras_AUTOCORR_LANGS := \ ga-IE:ga-IE \ hr:hr-HR \ hu:hu-HU \ + is:is-IS \ it:it-IT \ ja:ja-JP \ ko:ko-KR \ @@ -128,6 +129,8 @@ extras_AUTOCORR_XMLFILES := \ hu/acor/META-INF/manifest.xml \ hu/acor/SentenceExceptList.xml \ hu/acor/WordExceptList.xml \ + is/acor/META-INF/manifest.xml \ + is/acor/SentenceExceptList.xml \ it/acor/BlockList.xml \ it/acor/DocumentList.xml \ it/acor/META-INF/manifest.xml \ @@ -248,6 +251,7 @@ extras_AUTOCORR_MIMETYPEFILES := \ fr/acor/mimetype \ ga-IE/acor/mimetype \ hu/acor/mimetype \ + is/acor/mimetype \ it/acor/mimetype \ lb-LU/acor/mimetype \ lt/acor/mimetype \ diff --git a/extras/Package_autocorr.mk b/extras/Package_autocorr.mk index 87ab16a96a5a..0b0376257c17 100644 --- a/extras/Package_autocorr.mk +++ b/extras/Package_autocorr.mk @@ -29,6 +29,7 @@ $(eval $(call gb_Package_add_files,extras_autocorr,share/autocorr,\ acor_ga-IE.dat \ acor_hr-HR.dat \ acor_hu-HU.dat \ + acor_is-IS.dat \ acor_it-IT.dat \ acor_ja-JP.dat \ acor_ko-KR.dat \ diff --git a/extras/source/autotext/lang/is/acor/META-INF/manifest.xml b/extras/source/autotext/lang/is/acor/META-INF/manifest.xml new file mode 100644 index 000000000000..9c916b53e0f3 --- /dev/null +++ b/extras/source/autotext/lang/is/acor/META-INF/manifest.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/extras/source/autotext/lang/is/acor/SentenceExceptList.xml b/extras/source/autotext/lang/is/acor/SentenceExceptList.xml new file mode 100644 index 000000000000..fd4ccf7a6c1b --- /dev/null +++ b/extras/source/autotext/lang/is/acor/SentenceExceptList.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extras/source/autotext/lang/is/acor/mimetype b/extras/source/autotext/lang/is/acor/mimetype new file mode 100644 index 000000000000..e69de29bb2d1