From d4859a3a976801b33804611b0d911c47c32d17ff Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 26 Apr 2011 20:39:35 +0200 Subject: modify/delete wordbook files for good MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * extras/source/wordbook/lang/*/soffice.dic: deleted These files were in old binary format and almost all language files were replicas of the en-US file. There were two exceptions: German and Slovenian. André Schnabel checked the German word list and he said that they can be deleted. Martin Srebotnjak checked the Slovenian word list and he asked me to keep those words -> sl.dic * extras/source/wordbook/oracle.dic: deleted It was not used in the build. It contained Oracle brand names, etc. * extras/source/wordbook/standard.dic: deleted It was built and delivered, but not packaged. It was an empty dictionary file which would be created anyway when the user creates a new empty dictionary. * extras/source/wordbook/technical.dic: Entries were sorted so it will be easier to add new words. Some entries were added from lang/en-US/soffice.dic. * extras/source/wordbook/sl.dic: added Slovenian words * extras/source/wordbook/en-US.dic: added English words * extras/source/wordbook/en-GB.dic: added English words * scp2/source/ooo/ : These wordbook files should not depend on the UI language. They should not be in language packs but they all should be installed for every language like spell checker dictionaries. * officecfg/registry/ : Paths adjusted, so application looks for wordbook files in the right directory. I enabled all dictionaries by default in Linguistic.xcs. --- officecfg/registry/data/org/openoffice/Office/Paths.xcu | 2 +- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index 37eebe5c2a22..b3a61b8293f2 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -142,7 +142,7 @@ - + $(userurl)/wordbook diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 668e740e0f63..ec73e01b6ada 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1625,7 +1625,7 @@ TL Contains the provided dictionaries. - $(insturl)/share/wordbook/$(vlang) + $(insturl)/share/wordbook diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs index 42d0f5428d64..c1db417208ae 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs @@ -221,7 +221,7 @@ Specifies the custom dictionaries to be used. The Ignore list (IgnoreAllList (All)) is administered in the RAM only for the current spellcheck. - IgnoreAllList;soffice.dic;standard.dic;technical.dic + IgnoreAllList;en-US.dic;en-GB.dic;sl.dic;technical.dic -- cgit v1.2.3