On platforms other than macOS, Qt translations are automatically deployed. To inhibit this behavior, specify NO_TRANSLATIONS. Use qt_deploy_translations() to deploy translations in a customized way.
both macdeployqt and cmake -> qt-deploy-runtime-dependencies doesn't deploy them for macOS.
https://doc.qt.io/qt-6/qt-deploy-runtime-dependencies.html
both
macdeployqt
and cmake ->qt-deploy-runtime-dependencies
doesn't deploy them for macOS.Found during https://github.com/xiaoyifang/goldendict-ng/pull/1916
😅