From 94f527a7315a9fb1a3bd123a1ba7de56e175af9d Mon Sep 17 00:00:00 2001 From: dreacot Date: Wed, 4 Oct 2023 17:23:48 -0600 Subject: [PATCH 1/2] add cryptopower to /wallets --- src/data/wallets/wallets.yml | 11 +++++++++++ transifex_catalogs/en.json | 1 + 2 files changed, 12 insertions(+) diff --git a/src/data/wallets/wallets.yml b/src/data/wallets/wallets.yml index bbdf2f66..a716bf6c 100644 --- a/src/data/wallets/wallets.yml +++ b/src/data/wallets/wallets.yml @@ -41,6 +41,17 @@ - title: Release notes url: https://github.com/decred/dcrdex/blob/master/docs/release-notes/release-notes-0.6.3.md +- id: cryptopower + name: Cryptopower + tags: + - core_software + highlight: true + links: + - title: GitHub + url: https://github.com/crypto-power/cryptopower + - title: Release notes + url: https://github.com/crypto-power/cryptopower/releases/tag/release-v1.0.0 + - id: commandline name: Command-line app suite tags: diff --git a/transifex_catalogs/en.json b/transifex_catalogs/en.json index bfb1ac31..23c34488 100644 --- a/transifex_catalogs/en.json +++ b/transifex_catalogs/en.json @@ -48,6 +48,7 @@ "downloads_category_hardware_wallets": "Hardware wallets", "downloads_app_decrediton": "Graphical UI wallet for Windows, macOS and Linux.", "downloads_app_dcrdex": "Multi-coin light wallet with DEX support. No staking or advanced wallet features.", + "downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go", "downloads_app_commandline": "A cross-platform, automatic installer/updater for the command-line applications.", "downloads_app_mobilewallets": "Decred mobile wallets available for both Android and iOS platforms.", "downloads_app_exodus": "Exodus is a friendly, all-in-one application, to secure, manage and exchange blockchain assets.", From 5e518f47d92362e49f9e86466496304209f3b9e4 Mon Sep 17 00:00:00 2001 From: dreacot Date: Thu, 5 Oct 2023 10:26:07 -0600 Subject: [PATCH 2/2] add fullstop at end of sentence make reference links clearer --- src/data/wallets/wallets.yml | 8 ++++---- transifex_catalogs/en.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/wallets/wallets.yml b/src/data/wallets/wallets.yml index a716bf6c..c7cabedb 100644 --- a/src/data/wallets/wallets.yml +++ b/src/data/wallets/wallets.yml @@ -47,11 +47,11 @@ - core_software highlight: true links: - - title: GitHub - url: https://github.com/crypto-power/cryptopower - - title: Release notes + - title: Download and release notes url: https://github.com/crypto-power/cryptopower/releases/tag/release-v1.0.0 - + - title: Website + url: https://cryptopower.dev + - id: commandline name: Command-line app suite tags: diff --git a/transifex_catalogs/en.json b/transifex_catalogs/en.json index 23c34488..95f4a76c 100644 --- a/transifex_catalogs/en.json +++ b/transifex_catalogs/en.json @@ -48,7 +48,7 @@ "downloads_category_hardware_wallets": "Hardware wallets", "downloads_app_decrediton": "Graphical UI wallet for Windows, macOS and Linux.", "downloads_app_dcrdex": "Multi-coin light wallet with DEX support. No staking or advanced wallet features.", - "downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go", + "downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go.", "downloads_app_commandline": "A cross-platform, automatic installer/updater for the command-line applications.", "downloads_app_mobilewallets": "Decred mobile wallets available for both Android and iOS platforms.", "downloads_app_exodus": "Exodus is a friendly, all-in-one application, to secure, manage and exchange blockchain assets.",