extrude: Include translations in function

This commit is contained in:
Jordan Ruthe 2021-01-07 01:00:43 -05:00
parent d11e9ec3a6
commit b2b3127183

View File

@ -27,6 +27,9 @@ class ExtrudePanel(ScreenPanel):
"Fast": "1400"
}
# This line for translations only
speed_translations = [_("Slow"), _("Medium"), _("Fast")]
grid = self._gtk.HomogeneousGrid()
i = 0