Korean translation added and auto build update

This commit is contained in:
stax76
2024-04-03 13:10:19 +02:00
parent 924e32f027
commit 3f52c1255e
6 changed files with 907 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ foreach ($it in $PoFiles)
if (-not (Test-Path $folder))
{
New-Item -ItemType Directory -Path $folder
New-Item -ItemType Directory -Path $folder | Out-Null
}
$moPath = "$folder/mpvnet.mo"