beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: force svghmi build if any change in fonts or translation (.PO) files
svghmi
2021-03-31, Edouard Tisserant
bb314cdfc656
SVGHMI: force svghmi build if any change in fonts or translation (.PO) files
# -*- 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")