diff --git a/lang/create-mo-files.ps1 b/lang/create-mo-files.ps1 index ab132df4..8dec4edb 100644 --- a/lang/create-mo-files.ps1 +++ b/lang/create-mo-files.ps1 @@ -21,7 +21,7 @@ foreach ($it in $PoFiles) { $folder = "$ExeFolder/Locale/$($it.BaseName)/LC_MESSAGES" CreateFolder $folder - $moPath = Resolve-Path $folder/mpvnet.mo + $moPath = Resolve-Path $folder/mpvnet.mo -ErrorAction Ignore msgfmt --output-file=$moPath $it.FullName if ($LASTEXITCODE -ne 0)