From 5a897e56ab3eab99a9e6cfb519eb0cb46e6a657d Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 2 Jul 2024 17:05:56 +0900 Subject: [PATCH] i18n fix --- .../block-fees-subsidy-graph.component.ts | 2 +- .../src/app/components/graphs/graphs.component.html | 2 +- frontend/src/locale/messages.xlf | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts b/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts index 4255e839e..18e57ada8 100644 --- a/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts +++ b/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts @@ -75,7 +75,7 @@ export class BlockFeesSubsidyGraphComponent implements OnInit { } ngOnInit(): void { - this.seoService.setTitle($localize`:@@mining.block-fees-subsidy:Block Fees Vs Subsidy`); + this.seoService.setTitle($localize`:@@41545303ec98792b738d6237adbd1f3b54a22196:Block Fees Vs Subsidy`); this.seoService.setDescription($localize`:@@meta.description.bitcoin.graphs.block-fees-subsidy:See the mining fees earned per Bitcoin block compared to the Bitcoin block subsidy, visualized in BTC and USD over time.`); this.miningWindowPreference = this.miningService.getDefaultTimespan('24h'); diff --git a/frontend/src/app/components/graphs/graphs.component.html b/frontend/src/app/components/graphs/graphs.component.html index 294d32c1e..ada122548 100644 --- a/frontend/src/app/components/graphs/graphs.component.html +++ b/frontend/src/app/components/graphs/graphs.component.html @@ -18,7 +18,7 @@ Block Fees Block Fees Vs Subsidy + i18n="mining.block-fees-subsidy-subsidy">Block Fees Vs Subsidy Block Rewards src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.html 6 + + src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts + 78 + src/app/components/graphs/graphs.component.html 21 mining.block-fees-subsidy-subsidy - - Block Fees Vs Subsidy - - src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts - 78 - - See the mining fees earned per Bitcoin block compared to the Bitcoin block subsidy, visualized in BTC and USD over time.