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