File: README.myspell

package info (click to toggle)
igerman98 20051113-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,036 kB
  • ctags: 32
  • sloc: sh: 2,714; perl: 882; makefile: 379; sed: 31
file content (16 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Myspell is the OpenOffice.org spellcheck engine. To create a myspell
dictionary from this package just "make mypspelldic" and/or "make
swiss-myspelldic". This will create a German de_DE.dic dictionary as
well as an addon de_AT.dic or a de_CH.dic dictionary. In OO.o's
dictionaty.lst file just add some lines like this to enable the
different dictionaries:

DICT de DE de_DE

DICT de AT de_AT
DICT de AT de_DE

DICT de CH de_CH

You see that "de AT" has two dictionaries assigned - this way, we will
only have to but the bunch of German words used in DE and in AT once.