Correcting all Lightning explorer i18n and extract

fixes  #2533
This commit is contained in:
softsimon
2022-10-07 00:54:33 +04:00
parent 54c44565fb
commit 50cc424679
31 changed files with 2387 additions and 592 deletions

View File

@@ -29,13 +29,13 @@
</td>
</tr>
<tr>
<td i18n="lightning.active-channels-avg">Average size</td>
<td i18n="lightning.avg-size">Average size</td>
<td>
<app-amount [satoshis]="node.avgCapacity" [noFiat]="true"></app-amount>
</td>
</tr>
<tr *ngIf="node.city">
<td i18n="location">Location</td>
<td i18n="lightning.location">Location</td>
<td>
<span>{{ node.city.en }}</span>
</td>
@@ -47,7 +47,7 @@
</td>
</tr>
<tr *ngIf="!node.city && !node.country">
<td i18n="location">Location</td>
<td i18n="lightning.location">Location</td>
<td>
<span>unknown</span>
</td>