extrude: Include translations in function
This commit is contained in:
parent
d11e9ec3a6
commit
b2b3127183
@ -27,6 +27,9 @@ class ExtrudePanel(ScreenPanel):
|
|||||||
"Fast": "1400"
|
"Fast": "1400"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# This line for translations only
|
||||||
|
speed_translations = [_("Slow"), _("Medium"), _("Fast")]
|
||||||
|
|
||||||
grid = self._gtk.HomogeneousGrid()
|
grid = self._gtk.HomogeneousGrid()
|
||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user