more localization fixes

This commit is contained in:
Eugene Pankov
2022-01-09 11:28:14 +01:00
parent 2d9f3d8216
commit ff1e2871d4
40 changed files with 1337 additions and 5562 deletions

View File

@@ -28,7 +28,7 @@ div.mt-4
.form-line
.header
.title(translate='Use {altKeyName} as the Meta key', [translateParams]='{altKeyName: altKeyName}')
.title {{ "Use {altKeyName} as the Meta key"|translate:{altKeyName: altKeyName} }}
.description(translate) Lets the shell handle Meta key instead of OS
toggle(
[(ngModel)]='config.store.terminal.altIsMeta',