add more localization tags #123

This commit is contained in:
jonaswinkler
2020-12-28 15:39:53 +01:00
parent 21a3dcf20a
commit 15134db524
10 changed files with 35 additions and 39 deletions

View File

@@ -15,10 +15,10 @@ export class SelectDialogComponent implements OnInit {
public selectClicked = new EventEmitter()
@Input()
title = "Select"
title = $localize`Select`
@Input()
message = "Please select an object"
message = $localize`Please select an object`
@Input()
objects: ObjectWithId[] = []