Skip to content

Commit

Permalink
Revert spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanefe committed Jun 20, 2024
1 parent a0e51e4 commit 5ebc2fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .build/cspell-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ bincirc
BSTR
cach
cachtokn
Calendrier
Clixml
cmatch
comparables
Expand Down Expand Up @@ -46,7 +45,6 @@ FYDIBOHF
GCDO
Get-AuthenticodeSignature
globalsequence
Kalender
Hashtable
HHMM
HKCR
Expand Down
6 changes: 1 addition & 5 deletions Calendar/CalLogHelpers/CalLogCSVFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ function CreateExternalMasterIDMap {

if ($AllFolderNames.count -gt 1) {
# We have 2+ FolderNames, Need to find the best one. Remove 'Calendar' from possible names
$AllFolderNames = $AllFolderNames | Where-Object {
$_ -notmatch 'Calendar' -and
$_ -notmatch 'Calendrier' -and
$_ -notmatch 'Kalender'
} # Need a better way to do this for other languages...
$AllFolderNames = $AllFolderNames | Where-Object { $_ -notmatch 'Calendar' } # Need a better way to do this for other languages...
}

if ($AllFolderNames.Count -eq 0) {
Expand Down

0 comments on commit 5ebc2fa

Please sign in to comment.