Commit a8ae0ee2 authored by 's avatar

enabled i18n namespace for XML mode

parent ad4bdf06
......@@ -80,7 +80,6 @@ class TALParser(XMLParser):
taldict[keybase] = value
item = item + ("tal",)
elif ns == 'i18n':
assert 0, "dealing with i18n: " + `(keybase, value)`
i18ndict[keybase] = value
item = item + ('i18n',)
fixedattrlist.append(item)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment