xiaoyifang / goldendict-ng

The Next Generation GoldenDict
https://xiaoyifang.github.io/goldendict-ng/
Other
1.72k stars 95 forks source link

qt & webengine 's built in translations are not deployed on macOS #1917

Closed shenlebantongying closed 2 weeks ago

shenlebantongying commented 2 weeks ago

https://doc.qt.io/qt-6/qt-deploy-runtime-dependencies.html

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.

Found during https://github.com/xiaoyifang/goldendict-ng/pull/1916

😅