Skip to content

Commit

Permalink
Fix Electrum locale download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Legogris committed Dec 9, 2018
1 parent fcffa73 commit 5d95baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/make_locale
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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')
Expand Down

0 comments on commit 5d95baa

Please sign in to comment.