more translation markers

This commit is contained in:
jonaswinkler
2020-12-23 22:34:30 +01:00
parent 64d0c7fae6
commit eec9716ffa
5 changed files with 22 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ export class DocumentTitlePipe implements PipeTransform {
if (value) {
return value
} else {
return "(no title)"
return $localize`(no title)`
}
}