New temporary Electrum translation wiki page Wikia

When editing the translation page use the "source" editing option instead of the WYSIWYG "Visual" editor
This commit is contained in:
rdymac 2013-01-20 17:40:19 +01:00
parent 76cfc43794
commit 2550cf796d
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {}