From 2d44b1ee54ca2ac531debc1680156aecbc012976 Mon Sep 17 00:00:00 2001 From: Björgvin Ragnarsson Date: Sun, 12 May 2013 04:43:28 +0200 Subject: 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 --- .../autotext/lang/is/acor/META-INF/manifest.xml | 6 + .../autotext/lang/is/acor/SentenceExceptList.xml | 151 +++++++++++++++++++++ extras/source/autotext/lang/is/acor/mimetype | 0 3 files changed, 157 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 (limited to 'extras/source/autotext') 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 -- cgit