explanationList

This commit is contained in:
matic_t
2020-08-04 07:00:53 -07:00
parent 964dc3f788
commit ad83665b0d
3 changed files with 26 additions and 27 deletions

View File

@@ -153,7 +153,6 @@ def export_translation(doc, translation):
explanationList = doc.createElement("explanationList")
for explanation in translation.explanationList:
console.log(explanation)
el = doc.createElement("explanation")
el.textContent = explanation
explanationList.appendChild(el)