runtime/PlcStatus.py
author etisserant <edouard.tisserant@gmail.com>
Mon, 16 May 2022 07:00:21 +0200
changeset 3457 02c7b758fa9b
parent 2416 1ca207782dde
permissions -rw-r--r--
Tests: remove -it from docker invocation

Workaround "The input device is not a TTY" error on Github Action.
# -*- 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")