Was reported to me and I can reproduce it. If you open the context menu in pinentry the context menu is in english on a german installation. I think pinentry-qt probably does not find the installed qt translations so this would be a packaging / installation issue and I have assigned this to me.
Description
Description
Details
Details
- Version
- master
Revisions and Commits
Revisions and Commits
rP Pinentry | |||
rP8f239a2b133c qt: Install translator and translations |
Related Objects
Related Objects
- Mentioned In
- T5566: Release Pinentry 1.2.x
Event Timeline
Comment Actions
For the appimage I have added a patch (backported from ki18n) that makes sure that the Qt translations for qtbase are loaded even if the (unneeded) translations for qtscript, qtmultimedia, and qtxmlpatterns are missing. See 0001-Load-Qt-translations-even-if-some-catalogs-are-missi.patch.
Comment Actions
OTOH, inst-qttranslations.nsi copies all .qm files needed by the qt_<language>.qm files.
Comment Actions
ikloecker I have just added the ki18n main code to pinentry-qt as qti18n.cpp this fixes it for me. I have commented out everything but the base catalog.
Comment Actions
Btw. had to revert your unique ptr change ;-) I didn't want to raise the c++ level just for that.