beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fixed log console that was not updating line by line smoothly when building.
mc9_backport_2
2021-02-28, Edouard Tisserant
27f528da10b1
IDE: Fixed log console that was not updating line by line smoothly when building.
# -*- 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")