beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: update generated xslt
17 months ago, Edouard Tisserant
ac6bbf44491e
SVGHMI: update generated xslt
previous commit actually didn't include all updates
+ white space fix in foreach widget to align with xslt
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")