Commit d17ce6a0 authored by Alexander Shursha's avatar Alexander Shursha Committed by Franco Fichtner

Translate for tabs in .XML

parent 9164f985
......@@ -38,6 +38,8 @@ def recursiveParseForm(xmlNode):
if xmlNode.tag in ['help', 'label']:
yield xmlNode.text
if xmlNode.tag in ['tab', 'subtab']:
yield xmlNode.attrib['description']
def getTranslations(root):
import os
......
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