Skip to content

Commit

Permalink
fix: Add back legacy terms to the google dictionary (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 19, 2025
1 parent b9af14b commit fdec8a4
Show file tree
Hide file tree
Showing 7 changed files with 1,402 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dictionaries/google/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CSpell Google Dictionary

Google Cloud Development Dictionary for cspell.
Google Cloud Development Dictionary for CSpell. It contains common terms found while working with Google products, services, and APIs.

This is a pre-built dictionary for use with CSpell.

Expand Down
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

0 comments on commit fdec8a4

Please sign in to comment.