feat: finish i18n extract work
- masically finish u18n extract work (most fields are extracted)
This commit is contained in:
@ -39,9 +39,9 @@ class BBPPreferences(bpy.types.AddonPreferences):
|
||||
|
||||
row = layout.row()
|
||||
col = row.column()
|
||||
col.label(text = "Ballance Texture Folder")
|
||||
col.label(text="Ballance Texture Folder", text_ctxt='BBPPreferences/draw')
|
||||
col.prop(self, "ballance_texture_folder", text = "")
|
||||
col.label(text = "No Component Collection")
|
||||
col.label(text="No Component Collection", text_ctxt='BBPPreferences/draw')
|
||||
col.prop(self, "no_component_collection", text = "")
|
||||
|
||||
def get_preferences() -> BBPPreferences:
|
||||
|
Reference in New Issue
Block a user