@cspell/dict-en-gb-legacy 1.0.9 → 1.0.10

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 (2) hide show
  1. package/README.md +18 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -43,7 +43,7 @@ Add the following to your VSCode settings:
43
43
  </details>
44
44
 
45
45
  <details>
46
- <summary>CSpell Settings `cspell.json`</summary>
46
+ <summary>CSpell Settings <code>cspell.json</code></summary>
47
47
 
48
48
  **`cspell.json`**
49
49
 
@@ -57,7 +57,7 @@ Add the following to your VSCode settings:
57
57
  </details>
58
58
 
59
59
  <details>
60
- <summary>CSpell Settings `cspell.config.yaml`</summary>
60
+ <summary>CSpell Settings <code>cspell.config.yaml</code></summary>
61
61
 
62
62
  **`cspell.config.yaml`**
63
63
 
@@ -69,6 +69,8 @@ language: en-GB
69
69
 
70
70
  </details>
71
71
 
72
+ ## Local Installation using CDN
73
+
72
74
  ## CDN Configuration
73
75
 
74
76
  <details>
@@ -88,7 +90,7 @@ Add the following to your VSCode settings:
88
90
  </details>
89
91
 
90
92
  <details>
91
- <summary>CSpell Settings `cspell.json`</summary>
93
+ <summary>CSpell Settings <code>cspell.json</code></summary>
92
94
 
93
95
  **`cspell.json`**
94
96
 
@@ -102,7 +104,7 @@ Add the following to your VSCode settings:
102
104
  </details>
103
105
 
104
106
  <details>
105
- <summary>CSpell Settings `cspell.config.yaml`</summary>
107
+ <summary>CSpell Settings <code>cspell.config.yaml</code></summary>
106
108
 
107
109
  **`cspell.config.yaml`**
108
110
 
@@ -114,6 +116,18 @@ language: en-GB
114
116
 
115
117
  </details>
116
118
 
119
+ ## Dictionary Information
120
+
121
+ | Name | Enabled | Description |
122
+ | -------------- | ------- | --------------------------------- |
123
+ | `en-gb-legacy` | | Legacy British English Dictionary |
124
+
125
+ ## Language Settings
126
+
127
+ | Name | Locale | File Type |
128
+ | -------------- | ------- | --------- |
129
+ | `en-gb-legacy` | `en-GB` | `*` |
130
+
117
131
  <!--- @@inject-end: ./static/install.md --->
118
132
 
119
133
  <!--- @@inject: ../../static/contributing.md --->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-en-gb-legacy",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "British English Legacy dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -48,5 +48,5 @@
48
48
  "@cspell/aoo-mozilla-en-dict": "workspace:^",
49
49
  "@cspell/dict-en-shared": "workspace:^"
50
50
  },
51
- "gitHead": "30c5c53b8e28152fc1d8a6cf0c872b068a64221a"
51
+ "gitHead": "0f12a733b776d13a9dc46c431b587cfadad460b3"
52
52
  }