mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Add dictionaries to repo for easier maintenance
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
# with the spellcheck_prep.pl script.
|
||||
|
||||
export LANG=en_GB.UTF-8
|
||||
here=$(cd $(dirname "$0") && pwd)
|
||||
|
||||
$(dirname "$0")/spellcheck_prep.pl $1 \
|
||||
| aspell --home-dir . -p $2 --dont-suggest pipe -d en_GB-ise-w_accents \
|
||||
$here/spellcheck_prep.pl $1 \
|
||||
| aspell --home-dir . -p $2 --dont-suggest pipe --dict-dir=$here/../dicts -d en_GB-ise-w_accents \
|
||||
| tail -n +2 \
|
||||
| awk 'BEGIN {n=1} /^$/{n++} /^..+$/{print "Line " n ": "$2}'
|
||||
|
||||
BIN
bin/build/dicts/en-common.rws
Normal file
BIN
bin/build/dicts/en-common.rws
Normal file
Binary file not shown.
BIN
bin/build/dicts/en_GB-ise-w_accents-only.rws
Normal file
BIN
bin/build/dicts/en_GB-ise-w_accents-only.rws
Normal file
Binary file not shown.
3
bin/build/dicts/en_GB-ise-w_accents.multi
Normal file
3
bin/build/dicts/en_GB-ise-w_accents.multi
Normal file
@@ -0,0 +1,3 @@
|
||||
# Generated with Aspell Dicts "proc" script version 0.60.4
|
||||
add en-common.rws
|
||||
add en_GB-ise-w_accents-only.rws
|
||||
Reference in New Issue
Block a user