gui, script: Fix indentation in lang-en.json to match others (#8721)

* Indent lang-en.json with four spaces as all other languages.

* Regenerate lang-en.json.

Removes two no longer used strings.
This commit is contained in:
André Colomb 2022-12-18 08:29:59 +01:00 committed by GitHub
parent 358d2143e2
commit f378c4f191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 513 additions and 515 deletions

File diff suppressed because it is too large Load Diff

View File

@ -178,7 +178,7 @@ func main() {
filepath.Walk(guiDir, walkerFor(guiDir))
collectThemes(guiDir)
bs, err := json.MarshalIndent(trans, "", " ")
bs, err := json.MarshalIndent(trans, "", " ")
if err != nil {
log.Fatal(err)
}