electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 69dc762a5ab0b47540c162fde787652dbdac109d
parent 4b74f9c7fba1d35d72fabf4a055a756a160e0cf0
Author: ghost43 <somber.night@protonmail.com>
Date:   Wed, 18 Jul 2018 10:52:58 +0200

Merge pull request #4560 from marceloneil/fix/electrum/localization

localization: fix download link + badge
Diffstat:
MREADME.rst | 4++--
Mcontrib/make_locale | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst @@ -15,9 +15,9 @@ Electrum - Lightweight Bitcoin client .. image:: https://coveralls.io/repos/github/spesmilo/electrum/badge.svg?branch=master :target: https://coveralls.io/github/spesmilo/electrum?branch=master :alt: Test coverage statistics -.. image:: https://img.shields.io/badge/help-translating-blue.svg +.. image:: https://d322cqt584bo4o.cloudfront.net/electrum/localized.svg :target: https://crowdin.com/project/electrum - :alt: Help translating Electrum online + :alt: Help translate Electrum online diff --git a/contrib/make_locale b/contrib/make_locale @@ -54,7 +54,7 @@ if crowdin_api_key: # Download & unzip print('Download translations') -s = requests.request('GET', 'https://crowdin.com/download/project/' + crowdin_identifier + '.zip').content +s = requests.request('GET', 'https://crowdin.com/backend/download/project/' + crowdin_identifier + '.zip').content zfobj = zipfile.ZipFile(io.BytesIO(s)) print('Unzip translations')