beremiz
Clone
Summary
Browse
Changes
Graph
OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
2021-10-19, Edouard Tisserant
3656d0d235c4
OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
# -*- 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")