cspell-dicts
cspell-dicts copied to clipboard
Various cspell dictionaries
# Issues: ## Package Generation: The build process must depend upon the type of resulting dictionary. - If it is a `*.txt.gz` file, then we want to build it each...
I'll keep this brief. I notice you have this http://jpetrie.net/wp-content/uploads/custom_scientific_US.dic But do not appear to have the UK version http://jpetrie.net/wp-content/uploads/custom_scientific_UK.dic Thanks, tecosaur
package.json | 4 +- yarn.lock | 702 ++++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 506 insertions(+), 200 deletions(-)
:robot: I have created a release *beep* *boop* --- cspell-dicts: 3.0.1 ## [3.0.1](https://github.com/streetsidesoftware/cspell-dicts/compare/[email protected]@3.0.1) (2022-10-14) ### Continuous Integration * Workflow Bot -- Update ALL Dependencies ([a29c4be](https://github.com/streetsidesoftware/cspell-dicts/commit/a29c4be6f415c0777aa88593e7c446392e9a44bf)) * Workflow Bot -- Update...
"wont" is currently considered correct by four dictionaries according to the `trace` I just ran (see below). I think most occurrences of "wont" are going to be misspellings of "won't",...
# Dictionary for `gettext` I'm not sure how to create new dictionaries for cspell, but for the gettext format (po) at least the following words need to be added: -...
"authenticate" is a word, so shouldn't "deauthenticate" be a word too? I am seeing quite a few of these, e.g. * "productize" is a word, but "productized" is not. *...
Arabic extension shows invali words as suggestion. This issue happens more frequently with informal arabi words like "الواتساب", "بتاعتك" ,"دلوقتي" for example. 
Not sure if it makes sense for SVG to be it's own dictionary vs. adding it to the HTML one. There is also some overlap with the CSS dictionary from...
I believe currently the TypeScript dictionary is used when JavaScript is indicated, but since it's a superset, there are words in there that don't actually belong for plain javascript. I...