Browse Source
Merge pull request #4560 from marceloneil/fix/electrum/localization
localization: fix download link + badge
3.2.x
ghost43
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
README.rst
-
contrib/make_locale
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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') |
|
|
|