beremiz
Clone
Summary
Browse
Changes
Graph
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
py2compat
2024-04-03, Edouard Tisserant
0f31ba96df8d
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
# -*- 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")