Browse Source

New temporary Electrum translation wiki page Wikia

When editing the translation page use the "source" editing option instead of the WYSIWYG "Visual" editor
283
rdymac 12 years ago
parent
commit
2550cf796d
  1. 3
      mki18n.py

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

Loading…
Cancel
Save