Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add android and ios links to the cryptopower card on /wallets #1167

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/data/wallets/wallets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,17 @@
- core_software
highlight: true
links:
- title: iOS
url: https://apps.apple.com/us/app/cryptopower-wallet/id6472668308
is_direct_download: true
- title: Android
url: https://play.google.com/store/apps/details?id=com.dreacotdigital.cryptopower.mainnet
is_direct_download: true
- title: APK
url: https://github.com/crypto-power/cryptopower/releases/download/v1.1.0/cryptopower-v1.1.0.apk
is_direct_download: true
- title: Downloads and release notes
url: https://github.com/crypto-power/cryptopower/releases/tag/v1.0.0
url: https://github.com/crypto-power/cryptopower/releases/tag/v1.1.0
- title: Website
url: https://cryptopower.dev

Expand Down
2 changes: 1 addition & 1 deletion transifex_catalogs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"downloads_category_hardware_wallets": "Hardware wallets",
"downloads_app_decrediton": "Graphical UI wallet with all Decred features: staking, voting, Lightning Network, Trezor, DEX trading, and more. Runs on Windows, macOS and Linux.",
"downloads_app_dcrdex": "Multi-coin light wallet with peer-to-peer trustless trading and basic wallet features. DCR staking is coming. See the website for a list of assets and introduction.",
"downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go. Windows, macOS, Linux and FreeBSD. Android and iOS are coming.",
"downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go. Android, iOS, Windows, macOS, Linux and FreeBSD.",
"downloads_app_commandline": "Full node daemon, wallet daemon, Lightning Network tools, politeiavoter, and more. Use the automatic installer/updater or install the standalone binaries manually.",
"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.",
Expand Down