diff --git a/.build/cspell-words.txt b/.build/cspell-words.txt index 092acb7b59..8bb4f8b2dc 100644 --- a/.build/cspell-words.txt +++ b/.build/cspell-words.txt @@ -10,7 +10,6 @@ bincirc BSTR cach cachtokn -Calendrier Clixml cmatch comparables @@ -46,7 +45,6 @@ FYDIBOHF GCDO Get-AuthenticodeSignature globalsequence -Kalender Hashtable HHMM HKCR diff --git a/Calendar/CalLogHelpers/CalLogCSVFunctions.ps1 b/Calendar/CalLogHelpers/CalLogCSVFunctions.ps1 index 92e7fa9c3c..b5bbd0282d 100644 --- a/Calendar/CalLogHelpers/CalLogCSVFunctions.ps1 +++ b/Calendar/CalLogHelpers/CalLogCSVFunctions.ps1 @@ -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) {