mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 16:04:12 +02:00
3ffa0194c7
QET_LANG_PATH was "l10n/" for WIN32, a value that appears nowhere else in the tree: the MSI shortcuts pass --lang-dir="[INSTALLDIR]lang/", and the windows-build workflow copies the .qm files into files/lang/. So the compiled-in default pointed at a directory no packaging creates, leaving the command-line argument to do all the work. Align it with what is actually shipped, so the binary-relative lookup added in the previous commit can find the translations on its own.