summarylogtreecommitdiffstats
path: root/0001-locale-download.patch
blob: ffd2c931f442b70373d740e063c01139b4d85460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ura electrum-mona-3.1.3.1/contrib/make_locale electrum-mona-3.1.3.1.new/contrib/make_locale
--- electrum-mona-3.1.3.1/contrib/make_locale	2018-04-22 18:41:36.000000000 +0900
+++ electrum-mona-3.1.3.1.new/contrib/make_locale	2018-09-07 17:39:26.469600420 +0900
@@ -55,7 +55,7 @@
 
 # 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')