tMerge pull request #4560 from marceloneil/fix/electrum/localization - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 69dc762a5ab0b47540c162fde787652dbdac109d DIR parent 4b74f9c7fba1d35d72fabf4a055a756a160e0cf0 HTML 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: M README.rst | 4 ++-- M contrib/make_locale | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/README.rst b/README.rst t@@ -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 DIR diff --git a/contrib/make_locale b/contrib/make_locale t@@ -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')