Antique-localize battle briefings and camp UI
This commit is contained in:
@@ -7,7 +7,7 @@ function Read-Json($RelativePath) {
|
||||
if (-not (Test-Path $path)) {
|
||||
throw "Missing file: $RelativePath"
|
||||
}
|
||||
return Get-Content $path -Raw | ConvertFrom-Json
|
||||
return Get-Content $path -Raw -Encoding UTF8 | ConvertFrom-Json
|
||||
}
|
||||
|
||||
function Has-Prop($Object, [string]$Name) {
|
||||
|
||||
Reference in New Issue
Block a user