beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
wxPython4
2021-10-04, Edouard Tisserant
d44b6346d4c2
SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
# -*- 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")