mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
.pytool: Include the British English dictionary
Prevent British English words from being flagged as spelling errors. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
8d2bbdfb14
commit
58e8828bb3
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@
|
|||
##
|
||||
{
|
||||
"version": "0.1",
|
||||
"language": "en",
|
||||
"language": "en,en-GB",
|
||||
"dictionaries": [
|
||||
"companies ",
|
||||
"companies",
|
||||
"softwareTerms",
|
||||
"python",
|
||||
"cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue