1
0

localization: fix download link + badge

This commit is contained in:
Marcel O'Neil
2018-07-17 22:09:04 -04:00
parent 4b74f9c7fb
commit 21204fc552
2 changed files with 3 additions and 3 deletions

View File

@@ -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')