diff --git a/GUI/GUI.ps1 b/GUI/GUI.ps1 index a97e9f0e..1dcc6f4d 100644 --- a/GUI/GUI.ps1 +++ b/GUI/GUI.ps1 @@ -6,4 +6,9 @@ if (!$Localize) { $Localize = (Get-Culture).Name } +if (Get-Command powershell -ErrorAction Ignore) { + powershell -NoProfile -ExecutionPolicy Bypass -File $PSScriptRoot\src\Main.ps1 -ConfingFile $ConfingFile -Localize $Localize | Out-Null + return +} + .$PSScriptRoot\src\Main.ps1 -ConfingFile $ConfingFile -Localize $Localize | Out-Null diff --git a/GUI/locale/en-UK.fbs b/GUI/locale/en-UK.fbs new file mode 100644 index 00000000..91988769 --- /dev/null +++ b/GUI/locale/en-UK.fbs @@ -0,0 +1,92 @@ + + + +
+ + +