Merge branch 'Romanitho:main' into bugfix
commit
22f7e3c83e
|
@ -3,6 +3,8 @@ on:
|
|||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
close-issues:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue