summarylogtreecommitdiffstats
path: root/0001-locale-download.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-locale-download.patch')
-rw-r--r--0001-locale-download.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/0001-locale-download.patch b/0001-locale-download.patch
new file mode 100644
index 000000000000..ffd2c931f442
--- /dev/null
+++ b/0001-locale-download.patch
@@ -0,0 +1,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')