Updating and correcting i18n strings

This commit is contained in:
softsimon
2023-11-25 17:49:37 +09:00
parent d3055dab54
commit e654170d0b
14 changed files with 2951 additions and 1855 deletions

View File

@@ -40,7 +40,7 @@
<ng-container [ngSwitch]="extraData">
<div class="opreturns" *ngSwitchCase="'coinbase'">
<div class="opreturn-row">
<span class="label">Coinbase</span>
<span class="label" i18n="transactions-list.coinbase">Coinbase</span>
<span class="message">{{ tx.vin[0].scriptsig | hex2ascii }}</span>
</div>
</div>