beremiz
Clone
Summary
Browse
Changes
Graph
Allow printf-like formating in HMI:Input, usefull for example when dealing with floating point numbers.
svghmi
2021-02-19, Edouard Tisserant
671283404554
Allow printf-like formating in HMI:Input, usefull for example when dealing with floating point numbers.
# -*- 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")