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