realthunder / FreeCAD_assembly3

Experimental attempt for the next generation assembly workbench for FreeCAD
GNU General Public License v3.0
885 stars 74 forks source link

Update translation support #1332

Closed hasecilu closed 3 months ago

hasecilu commented 8 months ago

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")
hasecilu commented 5 months ago

Hi @realthunder, I hope if in some free time you have could you review this PR and see if there is something you think needs to be changed. Also if possible to attend #1331 to agilize the translation of this WB. Greetings.

Edit: change on script with some fixes.

luzpaz commented 4 months ago

bumping for visibility

realthunder commented 3 months ago

Thank you very much for your effort!