From 9779576d7393ab593ee7754e875b1e23490d0ac2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 12 Nov 2022 17:03:09 +0100 Subject: [PATCH] config.json: add american-english-huge and british-english-huge --- config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.json b/config.json index 3316601..55c3969 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,9 @@ { "english": [ "/usr/share/dict/american-english", + "/usr/share/dict/american-english-huge", "/usr/share/dict/british-english", + "/usr/share/dict/british-english-huge", "english-custom" ], "swedish": "/usr/share/dict/swedish"