mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
gettext bug fix
This commit is contained in:
@@ -34,7 +34,7 @@ from bpy.props import (
|
|||||||
|
|
||||||
import gettext
|
import gettext
|
||||||
|
|
||||||
_ = gettext
|
_ = gettext.gettext
|
||||||
|
|
||||||
|
|
||||||
def get_style_types(self, context):
|
def get_style_types(self, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user