From 2550cf796d57e9f4e4c8a70d5ef564d199244cc5 Mon Sep 17 00:00:00 2001 From: rdymac Date: Sun, 20 Jan 2013 17:40:19 +0100 Subject: [PATCH] New temporary Electrum translation wiki page Wikia When editing the translation page use the "source" editing option instead of the WYSIWYG "Visual" editor --- mki18n.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/mki18n.py b/mki18n.py index 1cc5d7a..c8ffadd 100755 --- a/mki18n.py +++ b/mki18n.py @@ -3,7 +3,8 @@ import urllib2, os from lib.version import TRANSLATION_ID -url = "https://en.bitcoin.it/w/index.php?title=Electrum/Translation&oldid=%d&action=raw"%TRANSLATION_ID +#url = "https://en.bitcoin.it/w/index.php?title=Electrum/Translation&oldid=%d&action=raw"%TRANSLATION_ID +url = "http://bitcoin.wikia.com/wiki/Electrum?oldid=%d&action=raw"%TRANSLATION_ID f = urllib2.urlopen(url) lines = f.readlines() dicts = {} -- 1.7.1