Add missing i18n tags for various strings, fixes #473

This commit is contained in:
wiz
2021-04-26 06:35:56 +09:00
parent 8a838cd4dc
commit 3ead05fa51
5 changed files with 176 additions and 61 deletions

View File

@@ -8,7 +8,7 @@ export class ScriptpubkeyTypePipe implements PipeTransform {
transform(value: string): string {
switch (value) {
case 'fee':
return 'Transaction fee';
return $localize`Transaction fee`;
case 'p2pk':
return 'P2PK';
case 'op_return':