More i18n fixes (3)

This commit is contained in:
softsimon
2023-11-26 15:48:44 +09:00
parent e7e25e1632
commit bebd2ea028
6 changed files with 121 additions and 98 deletions

View File

@@ -62,12 +62,10 @@ export class DocsComponent implements OnInit {
} else {
this.seoService.setDescription($localize`:@@meta.description.docs.websocket-bitcoin:Documentation for the mempool.space WebSocket API service: get real-time info on blocks, mempools, transactions, addresses, and more.`);
}
/*
} else {
this.activeTab = 3;
this.seoService.setTitle($localize`:@@meta.title.docs.electrum:Electrum RPC`);
this.seoService.setDescription($localize`:@@meta.description.docs.electrumrpc:Documentation for our Electrum RPC interface: get instant, convenient, and reliable access to an Esplora instance.`);
*/
}
}