From d9ac9f898f6364ad7d416648fe7cb37f9bf40c0f Mon Sep 17 00:00:00 2001 From: Nathachai Thongniran Date: Tue, 2 Nov 2021 15:31:18 +0700 Subject: [PATCH] feat(dictionary): make French dictionary optional --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 859a959..ae6c402 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ So, this project decide to go with 1.1, 1.3 and 2.1. - [ ] Release completed API, `getDictionary` - [ ] Unit test of `proceed` method - [ ] Unit test of `badWordsUsed` method +- [x] Make other dictionaries optional (only English is a mandatory dictionary) ## Other languages - [x] Javascript on [npmjs.com/package/leo-profanity](https://www.npmjs.com/package/leo-profanity)