Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add back legacy terms to the google dictionary #4023

Merged
merged 3 commits into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dictionaries/google/checksum.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ee2c4758e028d3a965cbb5f75ba3ea526a414232 dict/google.txt
23e473dbcbc12a446a65902b547580e2bc23737b dict/google.txt
10cf105b490e632565fcb8412990852da00c2004 src/google.txt
6d1be2143f484449390171c17124ba8cf2d2e7ed src/legacy.txt
d429d570a0d9f384498d49bf39743cfedffd8408 src/misc.txt
1 change: 1 addition & 0 deletions dictionaries/google/cspell-tools.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ targets:
split: true
- filename: 'src/misc.txt'
split: true
- src/legacy.txt
format: 'plaintext'
targetDirectory: './dict'
generateNonStrict: false
Expand Down
4 changes: 3 additions & 1 deletion dictionaries/google/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
"dictionaries": [
"google"
],
"maxNumberOfProblems": 10000,
"overrides": [{ "filename": "samples/**", "dictionaries": ["google"], "minWordLength": 3 }],
"import": [
"./cspell-ext.json"
]
],
"words": ["titlecase"]
}
Loading
Loading