From 58e8828bb37ba3b9ef9a5bebcc3369fd032188a6 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Wed, 22 Jul 2026 22:25:18 -0400 Subject: [PATCH] .pytool: Include the British English dictionary Prevent British English words from being flagged as spelling errors. Signed-off-by: Michael Kubacki --- .pytool/Plugin/SpellCheck/cspell.base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index 2dbd18be25..0c79a0cd3e 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -6,9 +6,9 @@ ## { "version": "0.1", - "language": "en", + "language": "en,en-GB", "dictionaries": [ - "companies ", + "companies", "softwareTerms", "python", "cpp"