FreeCAD / FreeCAD-translations

Repository tracking localization issues and progress
5 stars 3 forks source link

TechDraw → TechDraw menu → Stacking #241

Closed kaktusus closed 1 year ago

kaktusus commented 1 year ago
OS: Debian GNU/Linux 12 (bookworm) (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33321 (Git) AppImage
Build type: Release
Branch: master
Hash: 1d61ed187c9633702818c6cc5d7a1f07dd052ca8
Python 3.10.11, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: Polish/Poland (pl_PL)
Installed mods: 
  * Curves 0.5.0
  * sheetmetal 0.2.56
  * Reinforcement
  * BIM 2021.12.0
  * Rocket 3.1.0

One menu item has no translation.

image

Stacking - no string in Crowdin. https://crowdin.com/translate/freecad/all/en-pl?filter=basic&value=0#q=Stacking

By request of David69 of the forum. :wink:

WandererFan commented 1 year ago

there is only one place where "Stacking" appears by itself and it doesn't look any different from the menu items that do have a translation. I don't know how to force "Stacking" into the translation process.

Mod/TechDraw/Gui/Workbench.cpp // stacking Gui::MenuItem stacking = new Gui::MenuItem; stacking->setCommand("Stacking"); stacking << "TechDraw_StackTop"; stacking << "TechDraw_StackBottom"; stacking << "TechDraw_StackUp"; *stacking << "TechDraw_StackDown";

kaktusus commented 1 year ago

Fixed

OS: Debian GNU/Linux trixie/sid (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33458 (Git) AppImage
Build type: Release
Branch: master
Hash: 8b89dd29d2382c72d738c52e8974216130ffa9db
Python 3.10.12, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: Polish/Poland (pl_PL)
Installed mods: 
  * Curves 0.5.0
  * sheetmetal 0.2.56
  * Reinforcement
  * BIM 2021.12.0
  * Rocket 3.1.0
  * kicadStepUpMod 10.19.4
  * fasteners 0.4.56

obraz