From dc19a6cdfbbdb133d09795454b84fdfc89c06cd6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 29 Dec 2019 21:40:31 -0300 Subject: check-spelling.sh: Hack to allow french words --- spelling/check-spelling.sh | 2 +- spelling/fr_FR.dic.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 spelling/fr_FR.dic.txt (limited to 'spelling') diff --git a/spelling/check-spelling.sh b/spelling/check-spelling.sh index 60ae5df..4f7549c 100755 --- a/spelling/check-spelling.sh +++ b/spelling/check-spelling.sh @@ -18,7 +18,7 @@ for DICT in spelling/*.txt; do } done -cat spelling/international.dic.txt spelling/en_US.dic.txt spelling/en_US.aff.txt > dicts.txt +cat spelling/*.txt > dicts.txt check() { html="$1" echo "$1" diff --git a/spelling/fr_FR.dic.txt b/spelling/fr_FR.dic.txt new file mode 100644 index 0000000..b402cff --- /dev/null +++ b/spelling/fr_FR.dic.txt @@ -0,0 +1 @@ +dimanche -- cgit v1.2.3