Merge branch 'Romanitho:main' into bugfix

pull/296/head
Göran Axel Johannesson 2023-03-19 11:10:50 +01:00 committed by GitHub
commit 22f7e3c83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ on:
schedule:
- cron: "30 1 * * *"
permissions: read-all
jobs:
close-issues:
runs-on: ubuntu-latest

View File

@ -3,7 +3,7 @@
Function Get-NotifLocale {
#Get OS locale
$OSLocale = (Get-Culture).Parent
$OSLocale = (Get-UICulture).Parent
#Test if OS locale notif file exists
$TestOSLocalPath = "$WorkingDir\locale\$($OSLocale.Name).xml"