@cspell/dict-en-ca 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/cspell-ext.json +2 -2
  2. package/en_CA.trie +275 -275
  3. package/package.json +4 -4
package/cspell-ext.json CHANGED
@@ -17,13 +17,13 @@
17
17
  // Generally left empty
18
18
  "dictionaries": [],
19
19
  // Language Rules to apply to matching files.
20
- // Files are matched on `languageId` and `local`
20
+ // Files are matched on `languageId` and `locale`
21
21
  "languageSettings": [
22
22
  {
23
23
  // VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
24
24
  // * will match against any file type.
25
25
  "languageId": "*",
26
- // Language local. i.e. en-US, de-AT, or ru. * will match all locals.
26
+ // Language locale. i.e. en-US, de-AT, or ru. * will match all locals.
27
27
  "locale": "en-CA",
28
28
  //
29
29
  "ignoreRegExpList": [],