FreeCAD_assembly3
FreeCAD_assembly3 copied to clipboard
Update translation support
This started trying to figure out why translations were not showing on FreeCAD and end up with a lot of changes, mainly grouping strings by context and adding Spanish translation.
I made translatable the WB's name and tooltip for some folks that want to translate to their language. Do you prefer another tooltip?
MenuText = translate("asm3", "Assembly 3")
ToolTip = translate("asm3", "Assembly 3 workbench")