Translation feature does not work after compiling v1.0.6

Hi,

working on my fork with Blockly@rduino ( GitHub - technologiescollege/Blockly-at-rduino: Blockly@rduino : Blockly remix for Arduino. Totally new version, enhanced one ! ) embedded, I did not succeed on having a multilingual Fritzing. Everything compile fine, but when launching the exe one, it stays in english, whatever language I choose, relaunch, or anything else.

Is there something particular about that ?

I use W11x64 + Qtcreator v18.0.1.

Many thanks for helping.

It’s probably NOT the issue, but I do a bunch of QT development and often have translation PRs from outside. Sometimes, those will not cause a build to fail, but the translations may not be produced if a single translation has errors. Often I’ll see that all translations UP to a specific language have been produced but none thereafter (alphabetical order). Just today, I had NO translations produced. The build was fine, app runs, but only in english. One culprit translation caused that part of the build to fail.

Just an idea.

EDIT: I test from the cli with LANG=nb application-name for quick turnaround.