Translation Update

Translation System now works!
This commit is contained in:
Yusarina
2024-07-05 13:01:59 +01:00
parent 0658e3a86f
commit ce9cc9684f
9 changed files with 86 additions and 35 deletions
+1 -3
View File
@@ -14,6 +14,4 @@ class AvatarToolkitSettingsPanel(bpy.types.Panel):
def draw(self, context):
layout = self.layout
props = context.scene
layout.prop(props, "language")
layout.prop(context.scene, "avatar_toolkit_language", text=t("Settings.language.label"))