beremiz
Clone
Summary
Browse
Changes
Graph
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
2024-02-23, Edouard Tisserant
b8b3573475e7
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
# -*- 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")